m0duspwnens
2020-07-09 13:45:24 -04:00
parent 3cf31e2460
commit 823ee42120
9 changed files with 19 additions and 19 deletions

View File

@@ -50,7 +50,7 @@ add_manager_hostfile() {
echo "Checking if I can resolve manager. If not add to hosts file" >> "$setup_log" 2>&1
# Pop up an input to get the IP address
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)
"Enter your Manager Server IP Address" 10 60 X.X.X.X 3>&1 1>&2 2>&3)
local exitstatus=$?
whiptail_check_exitstatus $exitstatus