lizhen_gitee 11 tháng trước cách đây
mục cha
commit
a641cee4cd
2 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 4 0
      gitpull.sh
  2. 4 0
      gitpullonline.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/jiankangyijia.huxiukeji.cn;
+sudo -uroot chmod -R 777 *;

+ 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/xmb.tkenapp.com;
+sudo -uroot chmod -R 777 *;