mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-23 01:13:09 +01:00
Setup Script - Node install debug
This commit is contained in:
@@ -384,7 +384,7 @@ whiptail_make_changes() {
|
|||||||
}
|
}
|
||||||
whiptail_management_server() {
|
whiptail_management_server() {
|
||||||
|
|
||||||
MASTERSRV=$(whiptail --title "Enter your Master Server IP Address" --inputbox 10 60 1.2.3.4 3>&1 1>&2 2>&3)
|
MASTERSRV=$(whiptail --title "Enter your Master Server Name or IP Address" --inputbox 10 60 master or 1.2.3.4 3>&1 1>&2 2>&3)
|
||||||
|
|
||||||
local exitstatus=$?
|
local exitstatus=$?
|
||||||
whiptail_check_exitstatus $exitstatus
|
whiptail_check_exitstatus $exitstatus
|
||||||
@@ -539,12 +539,12 @@ if (whiptail_you_sure) then
|
|||||||
if [ $INSTALLTYPE == 'STORAGENODE' ]; then
|
if [ $INSTALLTYPE == 'STORAGENODE' ]; then
|
||||||
whiptail_management_nic
|
whiptail_management_nic
|
||||||
whiptail_management_server
|
whiptail_management_server
|
||||||
configure_minion
|
#configure_minion
|
||||||
copy_ssh_key
|
#copy_ssh_key
|
||||||
saltify
|
#saltify
|
||||||
configure_minion node
|
#configure_minion node
|
||||||
copy_ssh_key
|
#copy_ssh_key
|
||||||
copy_minion_pillar STORAGENODE
|
#copy_minion_pillar STORAGENODE
|
||||||
fi
|
fi
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user