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