From 5157c96777cadc57f6915eeace5e4e14d504545d Mon Sep 17 00:00:00 2001 From: tituspijean Date: Fri, 26 Nov 2021 12:57:16 +0100 Subject: [PATCH] Add PHP dependency in restore script --- scripts/restore | 7 +++++++ 1 file changed, 7 insertions(+) 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 #=================================================