From fe30b3310802a6d023bfc8c6e55c601b447faeea Mon Sep 17 00:00:00 2001 From: Robles Rodolphe Date: Sun, 19 Dec 2021 19:17:01 +0100 Subject: [PATCH] try change in remove script how remove dependencies to remove tge message 'Unable to locate package garradin-ynh-deps' --- scripts/remove | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/remove b/scripts/remove index 57814f7..222ce56 100644 --- a/scripts/remove +++ b/scripts/remove @@ -41,10 +41,10 @@ ynh_remove_nginx_config ynh_script_progression --message="Removing PHP-FPM configuration..." --weight=2 # Remove the app dependencies installed along with php-fpm -ynh_remove_app_dependencies +# ynh_remove_app_dependencies # Remove the dedicated PHP-FPM config -ynh_remove_fpm_config +ynh_remove_fpm_config --package="$extra_php_dependencies" #================================================= # GENERIC FINALIZATION