Undo revision 1198, due to conserver.cf changes that should render this moot

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1199 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2008-04-24 21:07:53 +00:00
parent 88c1a3fb6a
commit 315fd181e9

View File

@ -1,8 +1,8 @@
#!/bin/sh
CONSERVER=$2
if [ -z "$CONSERVER" ]; then
CONSERVER=`nodels $1 nodehm.conserver|awk -F: '{print $3}'`
fi
#if [ -z "$CONSERVER" ]; then
# CONSERVER=`nodels $1 nodehm.conserver`
#fi
if [ -z "$CONSERVER" ]; then
CONSERVER=$XCATHOST
fi