From d425ba6612e6845aba9a3871fc369d840d34ef35 Mon Sep 17 00:00:00 2001 From: lissav Date: Fri, 30 May 2008 13:52:38 +0000 Subject: [PATCH] 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 --- xCAT/postscripts/setupntp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT/postscripts/setupntp b/xCAT/postscripts/setupntp index 4c1e3cf71..1b8872505 100755 --- a/xCAT/postscripts/setupntp +++ b/xCAT/postscripts/setupntp @@ -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