add proper return value

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14425 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
immarvin 2012-11-25 04:44:49 +00:00
parent 94852cba8f
commit 6b8379c8ba

View File

@ -20,7 +20,7 @@ logger -t xcat -p local4.info "xcatclient call with -d. getting credentials and
if [ ! -x /usr/bin/openssl ]; then #Unless we have openssl stup
logger -t xcat -p local4.err "$0: /usr/bin/openssl is not executable"
exit 0
exit -1
fi
USEOPENSSLFORXCAT=1 #Declare 2.3 style SSL
RETURNVAL=0