From bee2a79b90d721d29a5b4978276fcf76174098ad Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 2 Oct 2020 08:35:32 +0200 Subject: [PATCH] Update restore --- scripts/restore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/restore b/scripts/restore index 84a5af5..1b4f74c 100644 --- a/scripts/restore +++ b/scripts/restore @@ -76,12 +76,10 @@ chown -R $app: $final_path/extensions/ #================================================= # RESTORE THE PHP-FPM CONFIGURATION #================================================= -ynh_script_progression --message="Reconfiguring PHP-FPM..." --weight=10 +ynh_script_progression --message="Reconfiguring PHP-FPM..." --weight=5 ynh_restore_file --origin_path="/etc/php/$phpversion/fpm/pool.d/$app.conf" -ynh_add_fpm_config --phpversion=$YNH_PHP_VERSION --package="$extra_php_dependencies" - #================================================= # SPECIFIC RESTORATION #=================================================