Fix typo and improve formatting in so-whiptail

This commit is contained in:
Doug Burks
2023-03-17 10:21:21 -04:00
committed by GitHub
parent b9c4e647c4
commit c5b16494d7

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