mkdir 권한 변경

This commit is contained in:
2018-04-21 10:42:30 +09:00
parent 3a28180700
commit b9fa0bea6e
+2 -2
View File
@@ -78,12 +78,12 @@ if(!file_exists($server)){
'reason'=>$server.' 디렉토리가 없지만 생성할 권한이 없습니다.'
]);
}
mkdir($server, 0644);
mkdir($server, 0755);
}
if($server == $baseServerName){
exec("git pull 2>&1", $output);
exec("git -q pull 2>&1", $output);
if($output && $output[0] != 'Already up-to-date.'){
Json::die([
'result'=>false,