From 49c4edbcbee0d9c26a95d38038b2d072b9485b2c Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Mon, 17 Jul 2023 16:33:47 -0400 Subject: [PATCH] fix other OS installs --- setup/so-functions | 1 + 1 file changed, 1 insertion(+) 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"\