From ab306dd4546228dad42b48d3e8e3be887448d71a Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Mon, 4 Nov 2019 11:56:43 -0500 Subject: [PATCH] Setup Script - Issue 91 --- so-setup-network.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/so-setup-network.sh b/so-setup-network.sh index cfc0912fb..5678dbc0e 100644 --- a/so-setup-network.sh +++ b/so-setup-network.sh @@ -52,7 +52,7 @@ accept_salt_key_remote() { add_master_hostfile() { echo "Checking if I can resolve master. If not add to hosts file" >> $SETUPLOG 2>&1 # Pop up an input to get the IP address - local MSRVIP=$(whiptail --title "Security Onion Setup" --inputbox \ + MSRVIP=$(whiptail --title "Security Onion Setup" --inputbox \ "Enter your Master Server IP Address" 10 60 X.X.X.X 3>&1 1>&2 2>&3) # Add the master to the host file if it doesn't resolve