We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8777938 commit 17034b4Copy full SHA for 17034b4
2 files changed
install/hst-install-debian.sh
@@ -716,7 +716,7 @@ echo "/usr/sbin/nologin" >> /etc/shells
716
# Configuring NTP
717
echo '#!/bin/sh' > /etc/cron.daily/ntpdate
718
echo "$(which ntpdate) -s pool.ntp.org" >> /etc/cron.daily/ntpdate
719
-chmod 775 /etc/cron.daily/ntpdate
+chmod 755 /etc/cron.daily/ntpdate
720
ntpdate -s pool.ntp.org
721
722
# Setup rssh
install/hst-install-ubuntu.sh
@@ -697,8 +697,8 @@ fi
697
698
699
echo "$(which ntpdate) -s ntp.ubuntu.com" >> /etc/cron.daily/ntpdate
700
701
-ntpdate -s ntp.ubuntu.com
+ntpdate -s pool.ntp.org
702
703
# Adding rssh
704
if [ -z "$(grep /usr/bin/rssh /etc/shells)" ]; then
0 commit comments