2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-21 11:12:04 +00:00

Remove trailing spaces in file xCAT-OpenStack/postscripts/configbr-ex

This commit is contained in:
GONG Jie 2017-12-31 23:59:59 +00:00
parent c9816b4849
commit b923cd2057

View File

@ -8,8 +8,8 @@ pubinterface=$PUBINTERFACE
if [ -z "pubinterface" ]
then
errmsg="no pubinterface setting for the $NODE's cloudname in clouds table"
logger -t xcat -p local4.err $errmsg
echo $errmsg
logger -t xcat -p local4.err $errmsg
echo $errmsg
exit -1
fi
ifconfig $pubinterface 0
@ -28,8 +28,8 @@ else
str_nic_type="ethernet"
else
errmsg="currently, it only supports eth|en, instead of $pubinterface."
logger -t xcat -p local4.err $errmsg
echo $errmsg
logger -t xcat -p local4.err $errmsg
echo $errmsg
exit -1;
fi
fi