Skip to content

Commit

Permalink
Fix wrong dhcp parameter for obtaining ntp servers
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilioPeJu committed May 25, 2021
1 parent 4f85a3a commit e057507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/network/parse-config
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ EOF
fi
if ! NTP="$(parse_config NTP)"; then
# Ask for NTP servers from DHCP server
echo -n ' -O timesrv'
echo -n ' -O ntpsrv'
fi
echo
fi
Expand Down

0 comments on commit e057507

Please sign in to comment.