Alexandros Ioannides 7 년 전
부모
커밋
ce96bc9388
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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 Synchronization
 # NTP Synchronization
 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