mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-14 10:20:31 +00:00
-Actually export XCATSERVER variable for non-stunnel use
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3137 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@ -78,6 +78,8 @@ do
|
||||
if [ -x /usr/bin/openssl ]; then
|
||||
USEOPENSSLFORXCAT=1
|
||||
export USEOPENSSLFORXCAT
|
||||
XCATSERVER=$i:3001
|
||||
export XCATSERVER
|
||||
else
|
||||
rpm -ivh $i/post/otherpkgs/sles11/$NODE_ARCH/stunnel*.rpm
|
||||
mkdir -p /usr/var/run/stunnel
|
||||
|
Reference in New Issue
Block a user