git fetch에도 -q
This commit is contained in:
+1
-1
@@ -116,7 +116,7 @@ if(!file_exists($server)){
|
|||||||
|
|
||||||
if($server == $baseServerName){
|
if($server == $baseServerName){
|
||||||
|
|
||||||
exec("git fetch 2>&1", $output);
|
exec("git fetch -q 2>&1", $output);
|
||||||
if($output){
|
if($output){
|
||||||
Json::die([
|
Json::die([
|
||||||
'result'=>false,
|
'result'=>false,
|
||||||
|
|||||||
Reference in New Issue
Block a user