From b65dab64dbe0312848aa8f2603e9e5a51523e976 Mon Sep 17 00:00:00 2001 From: JensDiemer Date: Wed, 23 Dec 2020 08:57:06 +0100 Subject: [PATCH] Fix restore by calling chown for log file --- scripts/restore | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/restore b/scripts/restore index 3145133..b0f4dad 100755 --- a/scripts/restore +++ b/scripts/restore @@ -70,6 +70,7 @@ ynh_system_user_create --username=$app --home_dir="$final_path" --use_shell #================================================= # Restore permissions on app files +chown -R "$app" "$log_path" chown -R "$app" "$public_path" chown -R "$app" "$final_path"