From 41a43f759503e1caa977f5f9951525d52dc5d000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 10 Dec 2020 11:39:37 +0100 Subject: [PATCH] Update scripts/restore Co-authored-by: Kayou --- scripts/restore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/restore b/scripts/restore index 55f5fbb..289f7e6 100644 --- a/scripts/restore +++ b/scripts/restore @@ -94,9 +94,7 @@ chown root: $final_path/wp-config.php # RESTORE THE PHP-FPM CONFIGURATION #================================================= -ynh_restore_file --origin_path="/etc/php/$phpversion/fpm/pool.d/$app.conf" - -ynh_add_fpm_config --package="$extra_php_dependencies" +ynh_add_fpm_config --usage=$fpm_usage --footprint=$fpm_footprint --package="$extra_php_dependencies" #================================================= # RESTORE THE FAIL2BAN CONFIGURATION