Skip to content

Commit cab83d2

Browse files
authored
Merge pull request #10 from Diman0/patch-1
Fix crontab entries
2 parents 976fbb7 + a4a852a commit cab83d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crontab

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ MAILTO=root
1212
# | | | | .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat
1313
# | | | | |
1414
# * * * * * user-name command to be executed
15-
0 3 * * * root /opt/infra/demo/reset.sh
15+
0 3,12,20 * * * root /opt/infra/demo/reset.sh
1616
5,15,25,35,45,55 * * * * root /opt/infra/demo/admin-pw.sh
17-
0,10,20,30,40,50 * * * * root /opt/infra/update.sh
17+
3,10,20,30,40,50 * * * * root /opt/infra/update.sh

0 commit comments

Comments
 (0)