mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 17:52:46 +01:00
Fix typo and improve formatting in so-whiptail
This commit is contained in:
@@ -974,9 +974,10 @@ whiptail_manager_unreachable() {
|
||||
read -r -d '' msg <<- EOM
|
||||
Setup is unable to access the manager at this time.
|
||||
|
||||
Run the following on the manger:
|
||||
Run the following on the manager:
|
||||
|
||||
so-firewall-minion --role=$install_type --ip=$MAINIP
|
||||
|
||||
Would you like to retry?
|
||||
EOM
|
||||
whiptail --title "$whiptail_title" --yesno "$msg" 20 75
|
||||
|
||||
Reference in New Issue
Block a user