From bd7817d5a2b42b589955be6e1f73f474143d2c49 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 5 Aug 2021 21:11:19 +0200 Subject: [PATCH] Fix install --- scripts/install | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/install b/scripts/install index e8e4004..0e3aecd 100644 --- a/scripts/install +++ b/scripts/install @@ -144,6 +144,10 @@ pushd $final_path --allow-as-root popd +chmod 750 "$final_path" +chmod -R o-rwx "$final_path" +chown -R $app:www-data "$final_path" + #================================================= # GENERIC FINALIZATION #=================================================