fixed crontab resetting every 5 minutes instead of 6 hours (development)

This commit is contained in:
Bryan Joshua Pedini 2023-04-07 14:38:40 +02:00
parent 44d4cae317
commit ae9fcde814

View File

@ -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