From 30b58d23f3a1fafa03cfc86d71e128abf9dac14b Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 22 Jun 2020 20:14:12 +0200 Subject: [PATCH] fix restore --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 70c8e0b..ee4cad3 100755 --- a/scripts/restore +++ b/scripts/restore @@ -69,7 +69,7 @@ ynh_system_user_create --username=$app ynh_script_progression --message="Restoring PHP-FPM configuration..." # Recreate a dedicated php-fpm config -ynh_add_fpm_config --phpversion=$phpversion +ynh_add_fpm_config #================================================= # GENERIC FINALIZATION