mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-12 04:05:53 +02:00
Fix type /etc/init.d/ntp (booot).
This commit is contained in:
@@ -9,7 +9,7 @@ eval $(/usr/local/bin/readhash /var/ipfire/time/settings)
|
||||
case "$1" in
|
||||
start)
|
||||
if [ "$ENABLESETONBOOT" == "on" ]; then
|
||||
boot_mesg "Setting time on booot..."
|
||||
boot_mesg "Setting time on boot..."
|
||||
loadproc /usr/local/bin/settime $(cat /var/ipfire/time/settime.conf)
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user