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 #=================================================