From 8e578d2f1e3e9f10fc7087f3dabb4e56a9df00b4 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 21 Dec 2021 18:59:26 +0100 Subject: [PATCH] Update restore --- scripts/restore | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/restore b/scripts/restore index 4c621a8..e332f60 100755 --- a/scripts/restore +++ b/scripts/restore @@ -75,9 +75,6 @@ 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 --usage=$fpm_usage --footprint=$fpm_footprint --phpversion=$phpversion - #================================================= # REINSTALL DEPENDENCIES #=================================================