diff --git a/setup/so-whiptail b/setup/so-whiptail index 1fbfa34dd..50b50e353 100755 --- a/setup/so-whiptail +++ b/setup/so-whiptail @@ -22,10 +22,10 @@ whiptail_airgap() { local node_str='node' [[ $is_manager || $is_import ]] && node_str='manager' - INTERWEBS=$(whiptail --title "Security Onion Setup" --radiolist \ + INTERWEBS=$(whiptail --title "Security Onion Setup" --menu \ "How should this $node_str be installed?" 10 60 2 \ - "Standard " "This $node_str has internet accesss." ON \ - "Airgap " "This $node_str does not have internet access." OFF 3>&1 1>&2 2>&3 ) + "Standard " "This $node_str has internet accesss" \ + "Airgap " "This $node_str does not have internet access" 3>&1 1>&2 2>&3 ) local exitstatus=$? whiptail_check_exitstatus $exitstatus