diff --git a/scripts/install b/scripts/install index 6c16a28..477e6b4 100644 --- a/scripts/install +++ b/scripts/install @@ -222,7 +222,7 @@ ynh_add_fpm_config # Set the app as temporarily public for curl call #ynh_script_progression --message="Configuring SSOwat..." --time --weight=1 # Making the app public for curl -ynh_permission_update --permission="main" --add="visitors" +#ynh_permission_update --permission="main" --add="visitors" # Reload SSOwat config #yunohost app ssowatconf @@ -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