From 3cd832141b05dcd568ba46c55309f1e4d7672046 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 27 Mar 2022 12:48:39 +0200 Subject: [PATCH] Update restore --- scripts/restore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/scripts/restore b/scripts/restore index 10aa0c8..f72d3aa 100644 --- a/scripts/restore +++ b/scripts/restore @@ -54,6 +54,16 @@ ynh_restore_file --origin_path="$final_path" chmod 775 -R $final_path chown -hR www-data:www-data $final_path +#================================================= +# SPECIFIC RESTORATION +#================================================= +# REINSTALL DEPENDENCIES +#================================================= +ynh_script_progression --message="Reinstalling dependencies..." + +# Define and install dependencies +ynh_install_app_dependencies $pkg_dependencies + #================================================= # GENERIC FINALIZATION #=================================================