From 9aec4b72586635d7e8c116b3f8e1c9d0be6cd030 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 17 Jun 2021 18:23:44 +0200 Subject: [PATCH] Update install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 4fc47ad..80d2200 100755 --- a/scripts/install +++ b/scripts/install @@ -87,8 +87,8 @@ 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 -R 700 $final_path/data +chown -R $app: "$final_path" +chmod -R 700 $final_path/data #================================================= # NGINX CONFIGURATION