From 43736c379c055c39a1a553c81fbfe28223b3e000 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 28 Jan 2022 18:18:41 +0100 Subject: [PATCH] Update remove --- scripts/remove | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scripts/remove b/scripts/remove index ab0fe79..4bc3575 100755 --- a/scripts/remove +++ b/scripts/remove @@ -41,6 +41,13 @@ ynh_script_progression --message="Stopping and removing the systemd service..." # Remove the dedicated systemd config ynh_remove_systemd_config +#================================================= +# REMOVE DEPENDENCIES +#================================================= +ynh_script_progression --message="Removing dependencies..." --weight=1 + +ynh_remove_nodejs + #================================================= # REMOVE APP MAIN DIR #=================================================