From 4961579eef7e20adf96fc34cc757824a5aa1097e Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 28 Aug 2021 14:51:26 +0200 Subject: [PATCH] Update restore --- scripts/restore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/restore b/scripts/restore index a2e93fa..a73c04f 100755 --- a/scripts/restore +++ b/scripts/restore @@ -80,6 +80,9 @@ ynh_script_progression --message="Restoring the PHP-FPM configuration..." --weig ynh_restore_file --origin_path="/etc/php/$phpversion/fpm/pool.d/$app.conf" +# Recreate a dedicated php-fpm config +ynh_add_fpm_config --package="$extra_php_dependencies" + #================================================= # RESTORE THE MYSQL DATABASE #=================================================