서버 업데이트 순서 틀림
This commit is contained in:
+1
-1
@@ -83,7 +83,7 @@ if(!file_exists($server)){
|
|||||||
|
|
||||||
|
|
||||||
if($server == $baseServerName){
|
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.'){
|
if($output && $output[0] != 'Already up-to-date.'){
|
||||||
Json::die([
|
Json::die([
|
||||||
'result'=>false,
|
'result'=>false,
|
||||||
|
|||||||
Reference in New Issue
Block a user