From 52ed4735cfbc9a049f062eb72629c5f07ce62964 Mon Sep 17 00:00:00 2001 From: Psykka <36780964+Psykka@users.noreply.github.com> Date: Sun, 9 Jun 2024 07:57:34 +0000 Subject: [PATCH] fix: cron at minute 0 --- scripts/crontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/crontab b/scripts/crontab index 761aefa..c1e3b8c 100644 --- a/scripts/crontab +++ b/scripts/crontab @@ -1,2 +1,2 @@ # Execute the backup script every hour -* */1 * * * /usr/local/bin/backup.sh +0 * * * * /usr/local/bin/backup.sh