From b2a9871b2788acbaef90776837c579b7dd47fea8 Mon Sep 17 00:00:00 2001 From: Marcus Scholz Date: Thu, 8 Oct 2009 10:22:57 +0200 Subject: [PATCH] Fix problem with tmpfs cronjob that caused it to execute every minute between 5 and 6 o'clock. --- config/cron/crontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cron/crontab b/config/cron/crontab index 82d2e078fc..26bd99f8a4 100644 --- a/config/cron/crontab +++ b/config/cron/crontab @@ -22,7 +22,7 @@ HOME=/ # Make some nice graphs */5 * * * * /usr/local/bin/makegraphs >/dev/null -* 05 * * * /etc/init.d/tmpfs backup >/dev/null +17 05 * * * /etc/init.d/tmpfs backup >/dev/null # Force update the dynamic dns registration once a week # Force update even if IP has not changed once a month if 'minimize update' selected in GUI -- 2.39.5