From eb3946109127cda7c7ed36cbb9235d7b38fa1ac3 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Sun, 29 Oct 2023 13:20:45 +0100 Subject: [PATCH] fix logrotate remove --- scripts/remove | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/scripts/remove b/scripts/remove index 1c91b4a..8c6149e 100755 --- a/scripts/remove +++ b/scripts/remove @@ -13,9 +13,6 @@ ynh_script_progression --message="Stopping and removing the systemd service..." ynh_remove_systemd_config -ynh_script_progression --message="Removing logrotate configuration..." --weight=1 -ynh_remove_logrotate - ynh_script_progression --message="Removing NGINX web server configuration..." --weight=1 ynh_remove_nginx_config @@ -31,7 +28,7 @@ ynh_remove_nodejs #================================================= # REMOVE SERVICE IN YUNOHOST #================================================= -ynh_script_progression --message="Integrating service in YunoHost..." +ynh_script_progression --message="Removing service in YunoHost..." yunohost service remove $app --log="/var/log/$app/$app.log"