From cac3ef979c5afb738b6736cfaa480ed2d542439e Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 8 Mar 2022 19:44:59 +0100 Subject: [PATCH] Update restore --- scripts/restore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scripts/restore b/scripts/restore index f44b751..42049fd 100644 --- a/scripts/restore +++ b/scripts/restore @@ -116,6 +116,13 @@ fi ln -sf $final_path/chroot_manager.sh /home/yunohost.app/ssh_chroot_directories/chroot_manager +#================================================= +# SECURE FILES AND DIRECTORIES +#================================================= + +# Set permissions to app files +chown -R root: $final_path + #================================================= # GENERIC FINALIZATION #=================================================