diff --git a/xCAT/postscripts/confignetwork b/xCAT/postscripts/confignetwork index 816c67692..f51132727 100755 --- a/xCAT/postscripts/confignetwork +++ b/xCAT/postscripts/confignetwork @@ -411,7 +411,7 @@ function sort_nics_device_order { ((num+=1)) done else - log_error "only support configuration of Bond/VLAN/Bridge on Red Hat." + log_error "Only support configuration of Bond/VLAN/Bridge on Red Hat." fi fi new_order=$eth_slot" "$bond_slot" "$vlan_slot diff --git a/xCAT/postscripts/nicutils.sh b/xCAT/postscripts/nicutils.sh index 472bba2d9..f750aa68e 100755 --- a/xCAT/postscripts/nicutils.sh +++ b/xCAT/postscripts/nicutils.sh @@ -1473,7 +1473,7 @@ function create_bond_interface { wait_for_ifstate $ifname UP 200 1 rc=$? if [ $rc -ne 0 ]; then - log_error "Interface \"$ifname\" could not be brought to \"UP\"." + log_error "Interface \"$ifname\" could not be brought \"UP\"." $ip link show $ifname \ | $sed -e 's/^/['$ifname' ip out >> /g' \ | log_lines info