Skip to content

Commit

Permalink
Merge pull request #23 from N3aar/fix/cron-time
Browse files Browse the repository at this point in the history
fix: cron at minute 0
  • Loading branch information
N3aar authored Jun 9, 2024
2 parents 97efc26 + 52ed473 commit 717a52c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/crontab
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Execute the backup script every hour
* */1 * * * /usr/local/bin/backup.sh
0 * * * * /usr/local/bin/backup.sh

0 comments on commit 717a52c

Please sign in to comment.