summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/sbin/ntpdate_sync_once.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/sbin/ntpdate_sync_once.sh b/usr/local/sbin/ntpdate_sync_once.sh
index 3809b23..ebe33b5 100755
--- a/usr/local/sbin/ntpdate_sync_once.sh
+++ b/usr/local/sbin/ntpdate_sync_once.sh
@@ -12,7 +12,7 @@ while [ "$NOTSYNCED" = "true" ] && [ ${ATTEMPT} -le ${MAX_ATTEMPTS} ]; do
/usr/bin/killall ntpd 2>/dev/null
/usr/bin/killall ntpdate 2>/dev/null
sleep 1
- /usr/sbin/ntpdate -s -t 5 ${SERVER}
+ /usr/local/bin/ntpdate -s -t 5 ${SERVER}
if [ "$?" = "0" ]; then
NOTSYNCED="false"
else
@@ -32,4 +32,4 @@ if [ -f /var/etc/ntpd.conf ]; then
/usr/local/bin/ntpd -g -c /var/etc/ntpd.conf -p /var/run/ntpd.pid
else
echo "NTP configuration file missing, not starting daemon." | /usr/bin/logger -t ntp;
-fi \ No newline at end of file
+fi
OpenPOWER on IntegriCloud