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