mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-23 05:03:20 +02:00
Add more logging to setup process
This commit is contained in:
@@ -1224,7 +1224,7 @@ whiptail_setup_complete() {
|
||||
if [[ -n $ALLOW_CIDR ]]; then
|
||||
local sentence_prefix="Access"
|
||||
else
|
||||
local sentence_prefix="Run so-allow after reboot to access"
|
||||
local sentence_prefix="Run so-allow to access"
|
||||
fi
|
||||
local accessMessage="\n${sentence_prefix} the web interface at: https://${REDIRECTIT}\n"
|
||||
elif [[ $is_idh ]]; then
|
||||
@@ -1237,7 +1237,7 @@ whiptail_setup_complete() {
|
||||
read -r -d '' message <<- EOM
|
||||
Finished ${install_type} installation.
|
||||
$accessMessage
|
||||
Press ENTER to reboot.
|
||||
Press ENTER to exit setup.
|
||||
EOM
|
||||
|
||||
whiptail --title "$whiptail_title" --msgbox "$message" 12 75
|
||||
|
||||
Reference in New Issue
Block a user