From cdad609cea1954b297994f65be4a2aab5a6d710a Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 27 Mar 2021 19:39:54 +0100 Subject: [PATCH] Update restore --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 91f2fc0..9339769 100755 --- a/scripts/restore +++ b/scripts/restore @@ -69,7 +69,7 @@ ynh_system_user_create --username=$app --home_dir=$final_path #================================================= # Restore permissions on app files -chown -R $app: $final_path +chown -R $app:$app $final_path #================================================= # SPECIFIC RESTORATION