From e38e37abab3a26bf87aec5cfb19f355ffffceb59 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 22 Jun 2020 03:34:58 +0200 Subject: [PATCH] Removing php-fpm restore --- scripts/restore | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/restore b/scripts/restore index f4795a1..68665c6 100755 --- a/scripts/restore +++ b/scripts/restore @@ -70,9 +70,6 @@ ynh_script_progression --message="Restoring PHP-FPM configuration..." # Recreate a dedicated php-fpm config ynh_add_fpm_config --phpversion=$phpversion -# Restore the file first, so it can have a backup if different -ynh_restore_file --origin_path="/etc/php/$phpversion/fpm/pool.d/$app.conf" - #================================================= # GENERIC FINALIZATION #=================================================