From dbc2612759515aa965a6593f0d5e07f240956fc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 2 Sep 2024 17:41:29 +0200 Subject: [PATCH] Update restore --- scripts/restore | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/restore b/scripts/restore index 6c621a4..7ba4a1a 100755 --- a/scripts/restore +++ b/scripts/restore @@ -20,6 +20,7 @@ ynh_script_progression "Restoring the data directory..." ynh_restore "$data_dir" chown -R $app:www-data "$data_dir" +chown $app:$app "$data_dir/config/ocis.yaml" #================================================= # RESTORE SYSTEM CONFIGURATIONS