From 19dd9b97d29256247d24ecc9520ace3128116ab2 Mon Sep 17 00:00:00 2001 From: William Wernert Date: Mon, 3 May 2021 09:40:53 -0400 Subject: [PATCH] Don't ask for node description on eval and import installs --- setup/so-setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/so-setup b/setup/so-setup index d7dd3b660..f85cba628 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 @@ -960,4 +960,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