From f43a6757e0d7aa4b8512290ea57956f925231aea Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Wed, 30 Mar 2022 11:16:00 -0400 Subject: [PATCH] Add analyst install network stack --- setup/so-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-setup b/setup/so-setup index 7e82abe12..ba9125f31 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -262,7 +262,6 @@ if ! [[ -f $install_opt_file ]]; then "HOSTNAME=$HOSTNAME" > "$net_init_file" set_main_ip >> $setup_log 2>&1 compare_main_nic_ip - whiptail_net_setup_complete fi @@ -278,6 +277,7 @@ if ! [[ -f $install_opt_file ]]; then "HOSTNAME=$HOSTNAME" > "$net_init_file" set_main_ip >> $setup_log 2>&1 compare_main_nic_ip + whiptail_net_setup_complete else true fi