Commit 053e07d9 authored by Adam Wujek's avatar Adam Wujek

[BUG: #256] rootfs/etc/cron: fix path to leap_seconds_file_update script

And fix two typos in the script itself
Signed-off-by: 's avatarAdam Wujek <dev_public@wujek.eu>
parent fe1ed782
# run wrs_leapsec every 3 hours to detect incoming leap second
00 */3 * * * /etc/init.d/check_incoming_leap_second.sh
# run 1 time per day at 9:10. The script leap_seconds_file_update.sh is then executed randomly in a 23 hours range
10 9 * * * /wr/init.d/leap_seconds_file_update.sh -r 1380
10 9 * * * /etc/init.d/leap_seconds_file_update -r 1380
#!/bin/bash
# This script downloads the leap_seconds.list file.
# At startup, this scrip must be started after the dot-config startup script
# to be sur to use the correct version of dot-config
# At startup, this script must be started after the dot-config startup script
# to be sure to use the correct version of dot-config
# This script must be launched one time per day to search for a new leap seconds file
#
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment