mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-20 05:00:34 +00:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user