From 979deadafb53dff9e8ee7e93d519017f96c3d195 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 4 Dec 2020 13:29:30 +0100 Subject: [PATCH] Fix linter warning --- check_process | 2 -- scripts/restore | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/check_process b/check_process index 484391a..3de3894 100644 --- a/check_process +++ b/check_process @@ -16,5 +16,3 @@ multi_instance=1 incorrect_path=1 port_already_use=0 -;;; Levels - Level 5=auto diff --git a/scripts/restore b/scripts/restore index fd0c9ab..ac13aae 100644 --- a/scripts/restore +++ b/scripts/restore @@ -66,7 +66,7 @@ ynh_system_user_create --username=$app #================================================= # Restore permissions on app files -chown -R root: $final_path +chown -R $app: $final_path #================================================= # RESTORE THE PHP-FPM CONFIGURATION