linux - add executable right to gen/main.py

This commit is contained in:
bunkerity 2021-06-22 22:02:42 +02:00
parent 60057a17e3
commit a9279053a4
No known key found for this signature in database
GPG Key ID: 3D80806F12602A7C

View File

@ -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