From 0d83f77ba9908629876c75e7533746ec0db7e479 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 26 Jun 2021 08:39:07 +0200 Subject: [PATCH] Update remove --- scripts/remove | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/scripts/remove b/scripts/remove index e9e3e6b..f632d0a 100644 --- a/scripts/remove +++ b/scripts/remove @@ -44,11 +44,6 @@ ynh_remove_nginx_config #================================================= # SPECIFIC REMOVE #================================================= -# REMOVE THE CRON FILE -#================================================= - -# Remove a cron file -ynh_secure_remove --file="/etc/cron.d/$app" # Remove a directory securely ynh_secure_remove --file="/etc/apt/sources.list.d/collabora.list" @@ -56,11 +51,6 @@ ynh_secure_remove --file="/etc/apt/sources.list.d/collabora.list" # Remove a directory securely ynh_secure_remove --file="/etc/loolwsd" -# Remove the log files -ynh_secure_remove --file="/var/log/$app" - -#================================================= -# GENERIC FINALIZATION #================================================= # END OF SCRIPT #=================================================