mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
linux - add executable right to gen/main.py
This commit is contained in:
parent
60057a17e3
commit
a9279053a4
1 changed files with 1 additions and 0 deletions
|
|
@ -203,6 +203,7 @@ do_and_check_cmd chmod 770 /opt/bunkerized-nginx/cache
|
|||
do_and_check_cmd chmod 770 /opt/bunkerized-nginx/acme-challenge
|
||||
do_and_check_cmd chmod 750 /opt/bunkerized-nginx/scripts/*
|
||||
do_and_check_cmd chmod 750 /opt/bunkerized-nginx/entrypoint/*
|
||||
do_and_check_cmd chmod 750 /opt/bunkerized-nginx/gen/main.py
|
||||
|
||||
# Set permissions for /usr/local/bin/bunkerized-nginx
|
||||
do_and_check_cmd chown root:root /usr/local/bin/bunkerized-nginx
|
||||
|
|
|
|||
Loading…
Reference in a new issue