From a7ca3e9471af8bac27c18739c69f3e66926b3313 Mon Sep 17 00:00:00 2001 From: Yalh Date: Tue, 15 Jan 2019 12:55:25 +0100 Subject: [PATCH] update restore --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 0338cd6..7d3d5a2 100644 --- a/scripts/restore +++ b/scripts/restore @@ -74,7 +74,7 @@ ynh_system_user_create $app #================================================= # Restore permissions on app files -chown -R root: $final_path +chown -R $app: $final_path #================================================= # RESTORE THE PHP-FPM CONFIGURATION