From 3ef84dcad07b327d45632e9f83a5dedaea2a910a Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 25 Mar 2010 13:09:50 +0000 Subject: [PATCH] remove debug git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5580 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/share/xcat/scripts/setup-local-client.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/xCAT-server/share/xcat/scripts/setup-local-client.sh b/xCAT-server/share/xcat/scripts/setup-local-client.sh index 098a698d5..bc70797f6 100755 --- a/xCAT-server/share/xcat/scripts/setup-local-client.sh +++ b/xCAT-server/share/xcat/scripts/setup-local-client.sh @@ -44,9 +44,7 @@ if [ -e $USERHOME/.xcat ]; then rm -rf $USERHOME/.xcat fi # remove user from index -echo $CNA index=`grep $CNA /etc/xcat/ca/index | cut -f4 2>&1` -echo $index for id in $index; do openssl ca -config /etc/xcat/ca/openssl.cnf -revoke /etc/xcat/ca/certs/$id.pem done