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