From 64a7c128860e4cb4cf90033f465a8a7d462c0ba7 Mon Sep 17 00:00:00 2001 From: Janek Bevendorff Date: Tue, 7 Oct 2014 01:29:25 +0200 Subject: [PATCH] Add newlines to the end --- server/etc/crontab | 2 +- server/etc/crontab_synology | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/etc/crontab b/server/etc/crontab index fa94c72..c02a134 100644 --- a/server/etc/crontab +++ b/server/etc/crontab @@ -1,3 +1,3 @@ @daily /usr/sbin/rs-rotate-cron daily @weekly /usr/sbin/rs-rotate-cron weekly -@monthly /usr/sbin/rs-rotate-cron monthly \ No newline at end of file +@monthly /usr/sbin/rs-rotate-cron monthly diff --git a/server/etc/crontab_synology b/server/etc/crontab_synology index 7aca579..86aec84 100644 --- a/server/etc/crontab_synology +++ b/server/etc/crontab_synology @@ -1,3 +1,3 @@ 0 0 * * * root /usr/sbin/rs-rotate-cron daily 0 0 * * 0 root /usr/sbin/rs-rotate-cron weekly -0 0 1 * * root /usr/sbin/rs-rotate-cron monthly \ No newline at end of file +0 0 1 * * root /usr/sbin/rs-rotate-cron monthly