Merge pull request #9948 from Security-Onion-Solutions/dougburks-patch-1

Fix typo and improve formatting in so-whiptail
This commit is contained in:
Doug Burks
2023-03-17 10:25:48 -04:00
committed by GitHub

View File

@@ -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