From ae9fcde814a908c4dfef2f9dc44781614ef94bef Mon Sep 17 00:00:00 2001 From: Bryan Joshua Pedini Date: Fri, 7 Apr 2023 14:38:40 +0200 Subject: [PATCH] fixed crontab resetting every 5 minutes instead of 6 hours (development) --- crontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crontab b/crontab index dd8a1f1..9c6e7ea 100644 --- a/crontab +++ b/crontab @@ -1,3 +1,3 @@ # do daily/weekly/monthly maintenance # min hour day month weekday command -*/5 * * * * /jobs/nyx-reset.sh +* */6 * * * /jobs/nyx-reset.sh