We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2127827 + ce96bc9 commit 55f7598Copy full SHA for 55f7598
install/vst-install-ubuntu.sh
@@ -678,9 +678,9 @@ echo "/usr/sbin/nologin" >> /etc/shells
678
679
# NTP Sync
680
echo '#!/bin/sh' > /etc/cron.daily/ntpdate
681
-echo "$(which ntpdate) -s pool.ntp.org" >> /etc/cron.daily/ntpdate
+echo "$(which ntpdate) -s ntp.ubuntu.com" >> /etc/cron.daily/ntpdate
682
chmod 775 /etc/cron.daily/ntpdate
683
-ntpdate -s pool.ntp.org
+ntpdate -s ntp.ubuntu.com
684
685
# Setup rssh
686
if [ -z "$(grep /usr/bin/rssh /etc/shells)" ]; then
0 commit comments