From 08270a3aec220c47059c40ae0a46f03963e1fd59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 3 Sep 2024 13:07:11 +0200 Subject: [PATCH] Update restore --- scripts/restore | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/restore b/scripts/restore index 3341b10..fc28ef3 100755 --- a/scripts/restore +++ b/scripts/restore @@ -10,6 +10,7 @@ ynh_script_progression "Restoring the app main directory..." ynh_restore "$install_dir" +chown -R "$app:www-data" "$install_dir" chmod +x $install_dir/ocis #=================================================