mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 09:42:46 +01:00
Setup Script - Issue 91
This commit is contained in:
@@ -52,7 +52,7 @@ accept_salt_key_remote() {
|
|||||||
add_master_hostfile() {
|
add_master_hostfile() {
|
||||||
echo "Checking if I can resolve master. If not add to hosts file" >> $SETUPLOG 2>&1
|
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
|
# 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)
|
"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
|
# Add the master to the host file if it doesn't resolve
|
||||||
|
|||||||
Reference in New Issue
Block a user