do not exit with ntpdate failure

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1531 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2008-05-30 13:52:38 +00:00
parent c77b5fb0b7
commit d425ba6612

View File

@ -58,7 +58,7 @@ if [ "$?" != "0" ]
echo_failure
echo
echo " ntpdate -t5 $master failed"
exit $?
logger -t xcat "ntpdate -t5 $master failed"
fi
service ntpd start