Explorar o código

修改api为可执行

chenbo %!s(int64=5) %!d(string=hai) anos
pai
achega
95e5e9e02f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      commands/git/update.php

+ 1 - 1
commands/git/update.php

@@ -9,7 +9,7 @@
 
 
 
-$command = "cd /home/wwwroot/default/boniu;git pull;sleep 3s;chmod -R 757 task";
+$command = "cd /home/wwwroot/default/boniu;git pull;sleep 3s;chmod -R 757 task;chmod -R 757 api;";
 
 
 exec($command,$data);