Skip to content
Snippets Groups Projects
Commit 31d685ff authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Hide ntp test output.

parent 7c64e963
No related branches found
No related tags found
No related merge requests found
...@@ -9,5 +9,5 @@ if [ "${NTP_SERVER}" = "" ]; then ...@@ -9,5 +9,5 @@ if [ "${NTP_SERVER}" = "" ]; then
fi fi
echo "Testing NTP server: ${NTP_SERVER}" echo "Testing NTP server: ${NTP_SERVER}"
service ntp stop service ntp stop
ntpdate -d ${NTP_SERVER} ntpdate -d ${NTP_SERVER} >/dev/null
service ntp restart service ntp restart
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment