From 3b2674aad7596261efc885133fe0620c00459238 Mon Sep 17 00:00:00 2001 From: daniceexi Date: Tue, 4 Dec 2012 07:25:57 +0000 Subject: [PATCH] defect 3209: caused by a typo that failed to kill of a sub process, then xcatclient failed to exit git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14535 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT/postscripts/xcatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT/postscripts/xcatclient b/xCAT/postscripts/xcatclient index 7257cc8f4..be8b6357f 100755 --- a/xCAT/postscripts/xcatclient +++ b/xCAT/postscripts/xcatclient @@ -51,5 +51,5 @@ export USEOPENSSLFORXCAT chmod 600 /root/.xcat/client-cred.pem cp _xcat/ca.pem /root/.xcat/ca.pem - kill -9 $CREDPIDi + kill -9 $CREDPID exit $RETURNVAL