From 4e5593f9c67d72c453fbc011c089f40113179c3f Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 12 Jul 2021 13:52:07 +0200 Subject: [PATCH] Update install --- scripts/install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index d9f3745..8215b99 100755 --- a/scripts/install +++ b/scripts/install @@ -88,9 +88,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/" +chmod 755 "$final_path/tmp" +chmod 755 "$final_path/upload" +chmod 755 "$final_path/application/config/" #================================================= # NGINX CONFIGURATION