diff --git a/scripts/restore b/scripts/restore index 18f23a2..0062b46 100644 --- a/scripts/restore +++ b/scripts/restore @@ -42,6 +42,13 @@ 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 #=================================================