From d11920028713d276a36c54f39de40d9acbf7e1e0 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 21 Apr 2018 10:43:21 +0900 Subject: [PATCH] =?UTF-8?q?=EC=84=9C=EB=B2=84=20=EC=97=85=EB=8D=B0?= =?UTF-8?q?=EC=9D=B4=ED=8A=B8=20=EC=88=9C=EC=84=9C=20=ED=8B=80=EB=A6=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- j_updateServer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/j_updateServer.php b/j_updateServer.php index e967308d..3f8a5c5c 100644 --- a/j_updateServer.php +++ b/j_updateServer.php @@ -83,7 +83,7 @@ if(!file_exists($server)){ if($server == $baseServerName){ - exec("git -q pull 2>&1", $output); + exec("git pull -q 2>&1", $output); if($output && $output[0] != 'Already up-to-date.'){ Json::die([ 'result'=>false,