View Single Post
Posts: 10 | Thanked: 6 times | Joined on Jun 2010 @ Finland
#54
This actually runs the script 1 minute after midnight:
Code:
!nolog(true)

# COMMENT
#0 9 * * 1-5 run-standalone.sh /path/to/script/silent_profile.sh
1 0 * * * /home/opt/scripts/date
#<more scheduled scripts>

!bootrun(true)
#0 0 1 * * /path/to/script/reset_gprs_data_counter.sh
1 0 * * * /home/opt/scripts/date
#<a backup script also suits here if you have one>