From 4f8caa6ca93ef6cf8bc3b8ce757821deb3672dcd Mon Sep 17 00:00:00 2001 From: pp-r <64266134+pp-r@users.noreply.github.com> Date: Sun, 14 Feb 2021 14:31:53 +0100 Subject: [PATCH] $app instead root --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 8107c8f..ed717d7 100644 --- a/scripts/install +++ b/scripts/install @@ -266,8 +266,8 @@ ynh_permission_update --permission="main" --remove="visitors" ### Then, if write authorization is needed, any access should be given only to directories ### that really need such authorization. -# Set permissions to app files chown -R $app: $final_path -chown -R root: $final_path +# Set permissions to app files chown -R root: $final_path +chown -R $app: $final_path #================================================= # SETUP LOGROTATE