From ac35a345ffccdb5a5482fc748b58e178718ecc90 Mon Sep 17 00:00:00 2001 From: William Wernert Date: Mon, 4 Jan 2021 11:58:25 -0500 Subject: [PATCH] [fix] Don't prompt to only set up network and then skip if network was previously configured --- setup/so-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-setup b/setup/so-setup index b84986c36..334500453 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -177,7 +177,7 @@ if ! [[ -f $install_opt_file ]]; then fi if [[ $setup_type == 'iso' ]]; then whiptail_first_menu_iso - if [[ $option == "Configure Network" ]] && ! [[ -f $net_init_file ]]; then + if [[ $option == "Configure Network" ]]; then network_init_whiptail whiptail_management_interface_setup network_init