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:
parent
db0d43950a
commit
94852cba8f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user