Fix format difference between XCATHOST and CONSEVER environment variables in wcons
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@237 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
e5b88427dd
commit
215366db2b
@ -6,6 +6,9 @@ fi
|
||||
if [ -z $CONSERVER ]; then
|
||||
CONSERVER=localhost
|
||||
fi
|
||||
#NOTE: IPv6 is not good with the below if going by IP, needs more sophisticated
|
||||
#parsing
|
||||
CONSERVER=`echo $CONSERVER|cut -d: -f 1`
|
||||
if [ ! -f $HOME/.consolerc ]; then
|
||||
echo 'config * {' > $HOME/.consolerc
|
||||
echo " sslauthority $HOME/.xcat/ca.pem;" >> $HOME/.consolerc
|
||||
|
Loading…
x
Reference in New Issue
Block a user