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