Skip to content

Commit 55f7598

Browse files
authored
Merge pull request hestiacp#1598 from ioannidesalex/patch-42
NTP server modification
2 parents 2127827 + ce96bc9 commit 55f7598

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 Sync
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)