From 480b6c02a7bd203e6f6ccd0aa2f32e3f320d9da7 Mon Sep 17 00:00:00 2001 From: frju365 Date: Sat, 16 May 2020 12:16:06 +0200 Subject: [PATCH] Little correction about remove --- scripts/remove | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/scripts/remove b/scripts/remove index fbb2887..f8f1ce0 100644 --- a/scripts/remove +++ b/scripts/remove @@ -41,6 +41,14 @@ ynh_script_progression --message="Stopping and removing the systemd service..." # Remove the dedicated systemd config ynh_remove_systemd_config +#================================================= +# REMOVE SERVICE INTEGRATION IN YUNOHOST +#================================================= + +ynh_script_progression --message="Removing Meilisearch binary" --time --weight=1 + +ynh_secure_remove --file=/usr/bin/meilisearch + #================================================= # REMOVE NGINX CONFIGURATION #================================================= @@ -49,14 +57,6 @@ ynh_script_progression --message="Removing nginx web server configuration..." -- # Remove the dedicated nginx config ynh_remove_nginx_config -#================================================= -# REMOVE PHP-FPM CONFIGURATION -#================================================= -ynh_script_progression --message="Removing php-fpm configuration..." --time --weight=1 - -# Remove the dedicated php-fpm config -ynh_remove_fpm_config - #================================================= # REMOVE LOGROTATE CONFIGURATION #=================================================