From be8b3d36de398c8c1051b86105ea8323097f2e30 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Sun, 29 Oct 2023 15:26:18 +0100 Subject: [PATCH] fix remove --- scripts/remove | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/scripts/remove b/scripts/remove index cf0770e..555f223 100755 --- a/scripts/remove +++ b/scripts/remove @@ -39,7 +39,13 @@ ynh_remove_nginx_config ynh_script_progression --message="Removing dependencies..." --weight=4 # Remove metapackage and its dependencies -ynh_remove_nodejs + +#================================================= +# REMOVE SERVICE IN YUNOHOST +#================================================= +ynh_script_progression --message="Removing service in YunoHost..." + +yunohost service remove $app #================================================= # SPECIFIC REMOVE