Setup Script - Fix Spelling error

This commit is contained in:
Mike Reeves
2018-10-26 14:35:34 -04:00
parent fb1dc9532e
commit 32f66cb23e

View File

@@ -913,7 +913,7 @@ whiptail_make_changes() {
whiptail_management_server() { whiptail_management_server() {
MSRV=$(whiptail --title "Security Onion Setup" --inputbox \ MSRV=$(whiptail --title "Security Onion Setup" --inputbox \
"Enter your Master Server HOSTNAME. It is CASE SENSATIVE!" 10 60 XXXX 3>&1 1>&2 2>&3) "Enter your Master Server HOSTNAME. It is CASE SENSITIVE!" 10 60 XXXX 3>&1 1>&2 2>&3)
# See if it resolves. Otherwise prompt to add to host file # See if it resolves. Otherwise prompt to add to host file
TESTHOST=$(host $MSRV) TESTHOST=$(host $MSRV)