소스 검색

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