From 7129919073769ad0030697959d05734cdfd6f229 Mon Sep 17 00:00:00 2001 From: Eclipse Date: Sat, 30 Sep 2023 14:28:30 +0200 Subject: [PATCH] added removal of fpm config --- scripts/remove | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/scripts/remove b/scripts/remove index a0a760e..688cc1f 100644 --- a/scripts/remove +++ b/scripts/remove @@ -6,13 +6,18 @@ source /usr/share/yunohost/helpers # REMOVE THE NGINX CONFIGURATION #================================================= ynh_script_progression --message="Removing nginx web server configuration..." --weight=1 - ynh_remove_nginx_config +#================================================= +# REMOVE THE FPM CONFIGURATION +#================================================= +ynh_script_progression --message="Removing php-fpm configuration..." --weight=1 +ynh_remove_fpm_config + + #================================================= # REMOVE SUDOERS CONFIGURATION #================================================= ynh_script_progression --message="Removing sudoers configuration..." --weight=1 - rm /etc/sudoers.d/$app