From 2c86830972b0cdbff5d403d0cd50cca41225c59e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 16 May 2024 10:33:05 +0200 Subject: [PATCH] Update remove --- scripts/remove | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/scripts/remove b/scripts/remove index 2b596c5..0be0b59 100755 --- a/scripts/remove +++ b/scripts/remove @@ -25,16 +25,10 @@ fi ynh_remove_systemd_config -# ================================================= -# STOP AND REMOVE SERVICE -#================================================= -ynh_script_progression --message="Stopping and removing the systemd service..." --weight=1 - killall cjdroute -# Remove other various files specific to the app... such as : +# Remove other various files specific to the app... ynh_secure_remove --file="/var/log/$app" -ynh_secure_remove --file="$install_dir" #================================================= # END OF SCRIPT