Skip to content

Commit a4a852a

Browse files
authored
Fix crontab entries
Already fixed on the server. 1). Reflect the changes made by @Nebukadneza to the reset.sh. Reset now also runs at 12:00h and 20:00h. 2). Changed timing for update.sh from XX:00h to XX:03h. Otherwise reset.sh and update.sh run at the same time. This lead to problematic situations.
1 parent 976fbb7 commit a4a852a

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)