Parcourir la source

更新代码shell

lizhen_gitee il y a 1 an
Parent
commit
b5227b1c5f
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/kge_gatewayworker;
+sudo -uroot chmod -R 777 *;