diff --git a/setup/so-functions b/setup/so-functions index a5d165a03..a766fa013 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -2355,6 +2355,7 @@ set_management_interface() { if [ "$address_type" = 'DHCP' ]; then logCmd "nmcli con mod $MNIC connection.autoconnect yes" logCmd "nmcli con up $MNIC" + logCmd "nmcli -p connection show $MNIC" else # Set Static IP nmcli con mod "$MNIC" ipv4.addresses "$MIP"/"$MMASK"\