From eceed002025414c62e41068d9caf21977f77d69d Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 25 Nov 2021 13:10:54 +0100 Subject: [PATCH] Update install --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index 3ab921b..5f14a66 100755 --- a/scripts/install +++ b/scripts/install @@ -103,6 +103,7 @@ chown $app:$app $final_path/plugins chmod 750 "$final_path" chmod -R o-rwx "$final_path" chown -R $app:www-data "$final_path" +chmod +x $final_path/entrypoint.sh #================================================= # NGINX CONFIGURATION