Skip to content

Commit

Permalink
Use the NTP server pool from /etc/ntp.conf instead of a regional pool
Browse files Browse the repository at this point in the history
  • Loading branch information
lwhsu committed Dec 21, 2017
1 parent 0a8f3c8 commit 6431e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freebsd/scripts/postinstall.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh -eux

# Set the time correctly
ntpdate -v -b in.pool.ntp.org;
ntpdate -v -b 0.freebsd.pool.ntp.org

# Install curl and ca_root_nss
pkg install -y curl;
Expand Down

0 comments on commit 6431e47

Please sign in to comment.