lizhen_gitee il y a 8 mois
Parent
commit
64b2c02e92
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      gitpullonline.sh

+ 4 - 0
gitpullonline.sh

@@ -0,0 +1,4 @@
+sudo -uroot git reset --hard;
+sudo -uroot git pull;
+sudo -uroot chown -R www:www /www/wwwroot/kaoshi;
+sudo -uroot chmod -R 755 *;