diff --git a/scripts/restore b/scripts/restore index 99761488..38b43353 100644 --- a/scripts/restore +++ b/scripts/restore @@ -84,6 +84,8 @@ ynh_restore_file "/etc/php/7.2/fpm/pool.d/$app.conf" ynh_print_info "Reinstalling dependencies..." # Define and install dependencies +ynh_install_php --phpversion="7.2" + ynh_install_app_dependencies "$pkg_dependencies" #=================================================