Pārlūkot izejas kodu

修改api为可执行

chenbo 5 gadi atpakaļ
vecāks
revīzija
95e5e9e02f
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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);