2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-10 14:51:30 +00:00

remove mistake breaks (#5784)

This commit is contained in:
yangsong
2018-11-09 18:35:14 +08:00
committed by Bin Xu
parent 5559e44b4a
commit 7f0ed6caee

View File

@ -380,7 +380,6 @@ if [ "$MODE" = "4" ]; then # for statelite mode
else
echo "XCATSERVER=$XCATSERVER" >> /opt/xcat/xcatinfo
fi
break
elif [ "$KEY" = "XCATHTTPPORT" ]; then
HTTPPORT=`echo $i | awk -F= '{print $2}'`
grep 'HTTPPORT' /opt/xcat/xcatinfo > /dev/null 2>&1
@ -389,8 +388,6 @@ if [ "$MODE" = "4" ]; then # for statelite mode
else
echo "HTTPPORT=$HTTPPORT" >> /opt/xcat/xcatinfo
fi
break
fi
done