浏览代码

update script beta03

Denis 1 年之前
父节点
当前提交
08a388568f
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      bin/webuser.sh
  2. 0 0
      update_unix.sh

+ 2 - 0
bin/webuser.sh

@@ -28,4 +28,6 @@ python3 manage.py migrate
 python3 manage.py collectstatic
 #python3 manage.py createsuperuser
 deactivate
+chmod -x update_unix.sh install_unix.sh bin/webuser.sh
+chmod u+x update_unix.sh install_unix.sh bin/webuser.sh
 cp sharix-open-config/sharix_open.service /etc/systemd/system/

+ 0 - 0
update_unix.sh