setup improvements

This commit is contained in:
doug
2022-12-13 11:20:00 -05:00
parent f94eb243e4
commit d3a8bdff52
6 changed files with 25 additions and 25 deletions

View File

@@ -272,7 +272,7 @@ if ! [[ -f $install_opt_file ]]; then
whiptail_dhcp_warn
whiptail_management_nic
fi
whiptail_network_init_notice
#whiptail_network_init_notice
# Initializing the network based on the previous information
network_init
printf '%s\n' \
@@ -287,7 +287,7 @@ if ! [[ -f $install_opt_file ]]; then
if [[ $option == "CONFIGURENETWORK" ]]; then
collect_hostname
network_init_whiptail
whiptail_network_init_notice
#whiptail_network_init_notice
network_init
printf '%s\n' \
"MNIC=$MNIC" \