From 4ce5a499b434273f041ac702ba79c4925e3d66e1 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 15 Jun 2020 01:22:40 +0200 Subject: [PATCH] Fix restore step --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index b3f62c1..b37e463 100755 --- a/scripts/restore +++ b/scripts/restore @@ -71,7 +71,7 @@ ynh_script_progression --message="Restoring PHP-FPM configuration..." ynh_restore_file --origin_path="/etc/php/$phpversion/fpm/pool.d/$app.conf" # Recreate a dedicated php-fpm config -ynh_add_fpm_config +ynh_add_fpm_config --phpversion=$phpversion #================================================= # GENERIC FINALIZATION