git fetch에도 -q

This commit is contained in:
2019-09-21 02:28:49 +09:00
parent 295ba84071
commit 44ddb2e480
+1 -1
View File
@@ -116,7 +116,7 @@ if(!file_exists($server)){
if($server == $baseServerName){
exec("git fetch 2>&1", $output);
exec("git fetch -q 2>&1", $output);
if($output){
Json::die([
'result'=>false,