From 5b05e3c14f46171a9a76011fcd056c197c2f0e50 Mon Sep 17 00:00:00 2001 From: moshix Date: Sun, 16 Apr 2023 14:18:21 -0500 Subject: [PATCH] optics --- nicparseMacos.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nicparseMacos.bash b/nicparseMacos.bash index e0d3a25..9be949e 100644 --- a/nicparseMacos.bash +++ b/nicparseMacos.bash @@ -32,7 +32,7 @@ reset=`tput sgr0` get_external() { # now lets get external IP or timeout -echo -e "${blue}External IP: \t${white}"`timeout $delay curl ifconfig.me 2>/dev/null || echo "${red}no external IP${reset}"` +echo -e "${blue}External IP: \t${white}"`timeout $delay curl ifconfig.me 2>/dev/null || echo "${red}no internet connection${reset}"` } # main loop here