From a9279053a4c60ae7f844805c2479576edbec49b9 Mon Sep 17 00:00:00 2001 From: bunkerity Date: Tue, 22 Jun 2021 22:02:42 +0200 Subject: [PATCH] linux - add executable right to gen/main.py --- helpers/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/helpers/install.sh b/helpers/install.sh index e9f1b6f..965b4cc 100644 --- a/helpers/install.sh +++ b/helpers/install.sh @@ -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