add proper return value

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

View File

@ -25,7 +25,7 @@ logger -t xcat -p local4.info "xcatserver call with -d. getting credentials and
if [ ! -x /usr/bin/openssl ]; then
logger -t xcat -p local4.err "$0: /usr/bin/openssl is not executable"
exit 0
exit -1
fi
USEOPENSSLFORXCAT=1
export USEOPENSSLFORXCAT