From 3bc1bb496bd008b3d6778cca750b9162bc6f3524 Mon Sep 17 00:00:00 2001 From: Yalh Date: Wed, 23 Jan 2019 04:20:25 +0100 Subject: [PATCH] Remove cron references --- scripts/backup | 2 +- scripts/restore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/backup b/scripts/backup index 85ecaad..3499f70 100755 --- a/scripts/backup +++ b/scripts/backup @@ -84,7 +84,7 @@ ynh_backup "/etc/systemd/system/$app.service" # BACKUP A CRON FILE #================================================= -ynh_backup "/etc/cron.d/$app" +#ynh_backup "/etc/cron.d/$app" #================================================= diff --git a/scripts/restore b/scripts/restore index 9f7ca3f..cf18258 100755 --- a/scripts/restore +++ b/scripts/restore @@ -135,7 +135,7 @@ systemctl enable $app.service # RESTORE THE CRON FILE #================================================= -ynh_restore_file "/etc/cron.d/$app" +#ynh_restore_file "/etc/cron.d/$app" #================================================= # RESTORE THE LOGROTATE CONFIGURATION