-Extend stunnel path acceptence to two more postscripts
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1401 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
579b1ba494
commit
01aaf63409
@ -4,7 +4,7 @@
|
||||
#(C)IBM Corp
|
||||
#
|
||||
|
||||
if [ ! -x /usr/sbin/stunnel ]; then #Stop if no stunnel to help the next bit
|
||||
if [ ! -x /usr/sbin/stunnel -a ! -x /usr/sbin/stunnel ]; then #Stop if no stunnel to help the next bit
|
||||
exit 0
|
||||
fi
|
||||
allowcred.awk &
|
||||
|
@ -4,7 +4,7 @@
|
||||
#(C)IBM Corp
|
||||
#
|
||||
|
||||
if [ ! -x /usr/sbin/stunnel ]; then #Stop if no stunnel to help the next bit
|
||||
if [ ! -x /usr/sbin/stunnel -a ! -x /usr/bin/stunnel ]; then #Stop if no stunnel to help the next bit
|
||||
exit 0
|
||||
fi
|
||||
allowcred.awk &
|
||||
|
Loading…
Reference in New Issue
Block a user