fix other OS installs

This commit is contained in:
Mike Reeves
2023-07-17 16:33:47 -04:00
parent f4c3103f84
commit 49c4edbcbe

View File

@@ -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"\