fix code assumes only XCATSERVER entry in xcatinfo, we have now added NODE

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16523 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2013-06-03 15:37:27 +00:00
parent 72e4bea17f
commit 1e30875be2

View File

@ -226,7 +226,7 @@ if [ "$MODE" = "4" ]; then # for statelite mode
done
if [ -f /opt/xcat/xcatinfo ]; then
SIP=`cut -d= -f2 /opt/xcat/xcatinfo`;
SIP=`grep 'XCATSERVER' /opt/xcat/xcatinfo |cut -d= -f2`
if [ -n "$SIP" ]; then
download_postscripts $SIP
if [ $? -eq 0 ]; then