Skip to content

Commit ce96bc9

Browse files
NTP fix
1 parent 54cae50 commit ce96bc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/vst-install-ubuntu.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -678,9 +678,9 @@ echo "/usr/sbin/nologin" >> /etc/shells
678678

679679
# NTP Synchronization
680680
echo '#!/bin/sh' > /etc/cron.daily/ntpdate
681-
echo "$(which ntpdate) -s pool.ntp.org" >> /etc/cron.daily/ntpdate
681+
echo "$(which ntpdate) -s ntp.ubuntu.com" >> /etc/cron.daily/ntpdate
682682
chmod 775 /etc/cron.daily/ntpdate
683-
ntpdate -s pool.ntp.org
683+
ntpdate -s ntp.ubuntu.com
684684

685685
# Setup rssh
686686
if [ -z "$(grep /usr/bin/rssh /etc/shells)" ]; then

0 commit comments

Comments
 (0)