From fe44c98eaac2eab429daafaf86143211adae27e3 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 31 Mar 2019 21:32:15 +0200 Subject: [PATCH] Add PHP installation --- scripts/restore | 2 ++ 1 file changed, 2 insertions(+) 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" #=================================================