Browse Source

update script beta03

Denis 1 year ago
parent
commit
08a388568f
2 changed files with 2 additions and 0 deletions
  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