Setup Script - Master whiptail fix

This commit is contained in:
Mike Reeves
2018-03-26 12:12:54 -04:00
parent a5a138584e
commit d9cd9f5ef6

View File

@@ -384,7 +384,7 @@ whiptail_make_changes() {
}
whiptail_management_server() {
MASTERSRV=$(whiptail --title "Enter your Master Server Name or IP Address" --inputbox 10 60 XXXX 3>&1 1>&2 2>&3)
MASTERSRV=$(whiptail --title "Security Onion Setup" --inputbox "Enter your Master Server Name or IP Address" 10 60 XXXX 3>&1 1>&2 2>&3)
local exitstatus=$?
whiptail_check_exitstatus $exitstatus