From 94cf11987f9a2c49ae1800295c8409e18d83107d Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 18 Apr 2019 05:04:18 +0200 Subject: [PATCH] add mssing restore users --- scripts/restore | 7 +++++++ 1 file changed, 7 insertions(+) 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 #=================================================