서버 업데이트 순서 틀림

This commit is contained in:
2018-04-21 10:43:21 +09:00
parent b9fa0bea6e
commit d119200287
+1 -1
View File
@@ -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,