Merge pull request #4076 from Security-Onion-Solutions/issue/4004

Don't ask for node description on eval and import installs
This commit is contained in:
William Wernert
2021-05-03 11:43:37 -04:00
committed by GitHub

View File

@@ -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
if [[ -z $SKIP_REBOOT ]]; then shutdown -r now; else exit; fi