diff --git a/setup/so-setup b/setup/so-setup index 2160929cf..1d8eba9ed 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -291,7 +291,7 @@ if ! [[ -f $install_opt_file ]]; then collect_hostname fi - whiptail_node_description + [[ ! ( $is_eval || $is_import ) ]] && whiptail_node_description if [[ $reinit_networking ]] || ! [[ -f $net_init_file ]]; then network_init_whiptail @@ -961,4 +961,4 @@ fi install_cleanup >> "$setup_log" 2>&1 -if [[ -z $SKIP_REBOOT ]]; then shutdown -r now; else exit; fi \ No newline at end of file +if [[ -z $SKIP_REBOOT ]]; then shutdown -r now; else exit; fi