From 2c2bcbc9f4d52ab30b087ce764cedc268b54da3b 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:08:14 +0200 Subject: [PATCH] Update restore --- scripts/restore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/restore b/scripts/restore index dd2557c..fe198ef 100755 --- a/scripts/restore +++ b/scripts/restore @@ -14,6 +14,8 @@ ynh_script_progression "Restoring the app main directory..." ynh_restore "$install_dir" +chown -R "$app:www-data" "$install_dir" + #================================================= # RESTORE THE DATA DIRECTORY #=================================================