From 365d2c7641d1bf49cbc878a021fe588a45009d0e Mon Sep 17 00:00:00 2001 From: Florent Date: Sun, 15 Oct 2023 10:10:40 +0200 Subject: [PATCH] explicitly call ynh_remove_app_dependencies when changing phpversion --- scripts/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/config b/scripts/config index 0958338..65a87ca 100644 --- a/scripts/config +++ b/scripts/config @@ -114,7 +114,7 @@ ynh_app_config_apply() { then ynh_app_setting_set --app=$app --key=phpversion --value="${old[phpversion]}" ynh_remove_fpm_config - # ^ the helper includes ynh_remove_app_dependencies + ynh_remove_app_dependencies YNH_PHP_VERSION=$phpversion # ^ ynh_add_config replaces __PHPVERSION__ by __PHP_YNH_VERSION__... ynh_app_setting_set --app=$app --key=phpversion --value="$phpversion"