From 4122c0d2468caa099cd7b56b7479f31e3fca5fa1 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 12 Jul 2021 13:33:41 +0200 Subject: [PATCH] Update install --- scripts/install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/install b/scripts/install index 6687c23..2caf193 100755 --- a/scripts/install +++ b/scripts/install @@ -91,6 +91,9 @@ ynh_setup_source --dest_dir="$final_path" chmod 750 "$final_path" chmod -R o-rwx "$final_path" chown -R $app:www-data "$final_path" +chmod 755 "$final_path/limesurvey/tmp" +chmod 755 "$final_path/limesurvey/upload" +chmod 755 "$final_path/limesurvey/application/config/" #================================================= # NGINX CONFIGURATION