Explorar el Código

修改api为可执行

chenbo hace 5 años
padre
commit
95e5e9e02f
Se han modificado 1 ficheros con 1 adiciones y 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);