Explorar el Código

Merge pull request #1598 from ioannidesalex/patch-42

NTP server modification
Anton Reutov hace 7 años
padre
commit
55f7598d69
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      install/vst-install-ubuntu.sh

+ 2 - 2
install/vst-install-ubuntu.sh

@@ -678,9 +678,9 @@ echo "/usr/sbin/nologin" >> /etc/shells
 
 
 # NTP Sync
 # NTP Sync
 echo '#!/bin/sh' > /etc/cron.daily/ntpdate
 echo '#!/bin/sh' > /etc/cron.daily/ntpdate
-echo "$(which ntpdate) -s pool.ntp.org" >> /etc/cron.daily/ntpdate
+echo "$(which ntpdate) -s ntp.ubuntu.com" >> /etc/cron.daily/ntpdate
 chmod 775 /etc/cron.daily/ntpdate
 chmod 775 /etc/cron.daily/ntpdate
-ntpdate -s pool.ntp.org
+ntpdate -s ntp.ubuntu.com
 
 
 # Setup rssh
 # Setup rssh
 if [ -z "$(grep /usr/bin/rssh /etc/shells)" ]; then
 if [ -z "$(grep /usr/bin/rssh /etc/shells)" ]; then