From 535464fcdd6fd22a88b8a1d348079459b54336a2 Mon Sep 17 00:00:00 2001 From: Florent Date: Sun, 2 Jan 2022 13:01:17 +0100 Subject: [PATCH] Update restoration script with the use of ynh_install_app_dependencies --- scripts/restore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index f63a66d..d712603 100644 --- a/scripts/restore +++ b/scripts/restore @@ -82,7 +82,8 @@ ynh_script_progression --message="Reconfiguring PHP-FPM..." --weight=6 ynh_restore_file --origin_path="/etc/php/$phpversion/fpm/pool.d/$app.conf" -ynh_add_fpm_config --package="$extra_php_dependencies" +ynh_install_app_dependencies "$extra_php_dependencies" +ynh_add_fpm_config #================================================= # GENERIC FINALIZATION