chenbo 5 years ago
parent
commit
54778cc318
1 changed files with 1 additions and 1 deletions
  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 755 data";
+$command = "cd /home/wwwroot/default/boniu;git pull;sleep 3s;chmod -R 757 data";
 
 
 exec($command,$data);