lizhen_gitee 3 年之前
父節點
當前提交
9dbac55a62
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      gitpull.sh

+ 4 - 0
gitpull.sh

@@ -0,0 +1,4 @@
+sudo -uroot git reset --hard;
+sudo -uroot git pull;
+sudo -uroot chown -R www:www /www/wwwroot/mita.lanmaonet.com;
+sudo -uroot chmod -R 777 *;