From 87e12d0ad1cb70c7e6b96fde9513e63ac80369f1 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 18 Aug 2024 15:38:47 +0200 Subject: [PATCH] cleaning --- scripts/backup | 8 -------- scripts/remove | 9 --------- 2 files changed, 17 deletions(-) diff --git a/scripts/backup b/scripts/backup index 10889c7..dd4c1fc 100755 --- a/scripts/backup +++ b/scripts/backup @@ -29,16 +29,8 @@ ynh_backup --src_path="$install_dir" ynh_backup --src_path="/etc/logrotate.d/$app" -#================================================= -# BACKUP SYSTEMD -#================================================= - ynh_backup --src_path="/etc/systemd/system/$app.service" -#================================================= -# BACKUP VARIOUS FILES -#================================================= - ynh_backup --src_path="/etc/$app/" #================================================= diff --git a/scripts/remove b/scripts/remove index fccb7ed..b2c2217 100755 --- a/scripts/remove +++ b/scripts/remove @@ -25,18 +25,9 @@ ynh_remove_systemd_config # Remove the app-specific logrotate config ynh_remove_logrotate -#================================================= -# SPECIFIC REMOVE -#================================================= -# REMOVE VARIOUS FILES -#================================================= -ynh_script_progression --message="Removing various files..." --weight=1 - # Remove a directory securely ynh_secure_remove --file="/etc/$app" -# Remove the log files - #================================================= # END OF SCRIPT #=================================================