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.
1 parent 92f780c commit 35b56ddCopy full SHA for 35b56dd
install/vst-install.sh
@@ -293,9 +293,9 @@ rm -f /etc/cron.daily/00webalizer
293
294
# NTP Synchronization
295
echo '#!/bin/sh' > /etc/cron.daily/ntpdate
296
-echo '/sbin/ntpdate -s pool.ntp.org' >> /etc/cron.daily/ntpdate
+echo "$(which ntpdate) -s pool.ntp.org" >> /etc/cron.daily/ntpdate
297
chmod 775 /etc/cron.daily/ntpdate
298
-/sbin/ntpdate -s pool.ntp.org
+ntpdate -s pool.ntp.org
299
300
# Vesta Environment
301
echo "export VESTA='/usr/local/vesta'" > /etc/profile.d/vesta.sh
0 commit comments