diff --git a/scripts/restore b/scripts/restore index d8905c7..034e48c 100644 --- a/scripts/restore +++ b/scripts/restore @@ -63,6 +63,13 @@ ynh_print_info "Recreating the dedicated system user..." # Create the dedicated user (if not existing) ynh_system_user_create $app +#================================================= +# RESTORE USER RIGHTS +#================================================= + +# Restore permissions on app files +chown -R $app: $final_path + #================================================= # RESTORE THE PHP-FPM CONFIGURATION #=================================================