From 71054e9b8b794c584f4e5d171fcd3102cfa39b3b Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 22 Aug 2021 09:15:21 +0200 Subject: [PATCH] Update restore --- scripts/restore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/restore b/scripts/restore index 7b71cd0..7a8cae4 100755 --- a/scripts/restore +++ b/scripts/restore @@ -83,6 +83,8 @@ ynh_script_progression --message="Restoring the PHP-FPM configuration..." --weig ynh_restore_file --origin_path="/etc/php/$phpversion/fpm/pool.d/$app.conf" +ynh_add_fpm_config --package="$extra_php_dependencies" + #================================================= # RESTORE THE MYSQL DATABASE #=================================================