From 1c44c6da613ade0bf7de1e5976c79201255ef327 Mon Sep 17 00:00:00 2001 From: pp-r <64266134+pp-r@users.noreply.github.com> Date: Sun, 14 Feb 2021 12:44:43 +0100 Subject: [PATCH] Update from example_ynh --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 6c16a28..9628d8d 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 root: $final_path -chown -R $app: $final_path +# Set permissions to app files chown -R $app: $final_path +chown -R root: $final_path #================================================= # SETUP LOGROTATE