Setup Script - Issue 91

This commit is contained in:
Mike Reeves
2019-11-04 12:03:44 -05:00
parent ab306dd454
commit 612783d77f

View File

@@ -1318,7 +1318,7 @@ whiptail_management_server() {
# See if it resolves. Otherwise prompt to add to host file
TESTHOST=$(host $MSRV)
if [[ $TESTHOST = *"not found"* ]]; then
if [[ $TESTHOST = *"not found"* ]] || [[ $TESTHOST = *"connection timed out"* ]]; then
add_master_hostfile
fi