From 9fd670e97436a9eed29724746e763e5895a80553 Mon Sep 17 00:00:00 2001 From: massyas Date: Fri, 27 Apr 2018 20:43:29 +0200 Subject: [PATCH] Fixing persmissions --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index b9902a4..a4b7967 100755 --- a/scripts/install +++ b/scripts/install @@ -129,7 +129,7 @@ ynh_add_fpm_config #================================================= # Set right permissions for curl install -chown -R $app: $final_path +#chown -R $app: $final_path # Set the app as temporarily public for curl call ynh_app_setting_set $app skipped_uris "/" @@ -162,7 +162,7 @@ systemctl reload nginx #================================================= # Set permissions to app files -chown -R www-data: $final_path +chown -R www-data:www-data $final_path #================================================= # SETUP LOGROTATE