From e132bda813a8b07c0fed5b6451f805482604d002 Mon Sep 17 00:00:00 2001 From: jarod5001 <68397534+jarod5001@users.noreply.github.com> Date: Fri, 18 Mar 2022 23:45:44 +0100 Subject: [PATCH] Update restore --- scripts/restore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/scripts/restore b/scripts/restore index f94778b..11b3db7 100755 --- a/scripts/restore +++ b/scripts/restore @@ -44,6 +44,16 @@ test ! -d $final_path \ #================================================= # STANDARD RESTORATION STEPS +#================================================= +# REINSTALL DEPENDENCIES +#================================================= + + +ynh_script_progression --message="Reinstalling dependencies..." --weight=2 + +ynh_install_app_dependencies "php${phpversion}-fpm" + + #================================================= # RESTORE THE NGINX CONFIGURATION #=================================================