Sfoglia il codice sorgente

部署上线,域名不变

lizhen_gitee 9 mesi fa
parent
commit
fdf2571e85
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      gitpull.sh

+ 1 - 1
gitpull.sh

@@ -1,4 +1,4 @@
 sudo -uroot git reset --hard;
 sudo -uroot git pull;
 sudo -uroot chown -R www:www /www/wwwroot/yueke.huxiukeji.cn;
-sudo -uroot chmod -R 777 *;
+sudo -uroot chmod -R 755 *;