From 745ef1a8c5c3e74a77162a7495d4f49ce17170a9 Mon Sep 17 00:00:00 2001 From: pp-r <64266134+pp-r@users.noreply.github.com> Date: Sun, 14 Feb 2021 13:06:45 +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 8a551c4..6492a1c 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