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
This commit is contained in:
daniceexi 2012-12-04 07:25:57 +00:00
parent 10804f4c3b
commit 3b2674aad7

View File

@ -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