diff --git a/setup/so-whiptail b/setup/so-whiptail index 8eac58dbe..4ed473381 100755 --- a/setup/so-whiptail +++ b/setup/so-whiptail @@ -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