From 6c48324563e17453d42f1d94b8df487a84321957 Mon Sep 17 00:00:00 2001 From: Raine Date: Sat, 21 Oct 2023 20:04:02 +0200 Subject: [PATCH] fix: newline for cron --- skel/etc/cron.d/restic.crontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skel/etc/cron.d/restic.crontab b/skel/etc/cron.d/restic.crontab index 34d220f..2e028e4 100644 --- a/skel/etc/cron.d/restic.crontab +++ b/skel/etc/cron.d/restic.crontab @@ -7,4 +7,4 @@ 0 20 * * * root bash /opt/scripts/restic/forget.sh # every 1st of the month at 10 in the morning, prune -50 10 1 * * root bash /opt/scripts/restic/prune.sh \ No newline at end of file +50 10 1 * * root bash /opt/scripts/restic/prune.sh