From f59994ff705fdb4b4575ad3d02c5784ef4559e2c Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 14 Nov 2023 16:06:03 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index eec7a5cd..70987e62 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -525,7 +525,7 @@ UPDATE_DYNDNS(){ exit 1 fi cw_spc=10 - echo -e "${idsCL[Yellow]}Checking for DYNDNS update at '${idsCL[LightCyan]}${LOCATION^^}${idsCL[Green]}'${idsCL[Default]}" + echo -e "${idsCL[LightYellow]}Checking for DYNDNS update at '${idsCL[LightCyan]}${LOCATION^^}${idsCL[LightYellow]}'${idsCL[Default]}" echo echo -en "${idsCL[White]}Previous WAN IP : " @@ -587,7 +587,7 @@ UPDATE_DYNDNS(){ elif [ "${NEWIP}" == "" ]; then echo -e "${idsCL[LightRed]}Could not get Current WAN IP${idsCL[Default]}" else - echo -e "${idsCL[Yellow]}'${idsCL[LightCyan]}${LOCATION^^}${idsCL[Green]}' WAN IP has not changed${idsCL[Default]}" + echo -e "${idsCL[Yellow]}'${idsCL[LightCyan]}${LOCATION^^}${idsCL[Yellow]}' WAN IP has not changed${idsCL[Default]}" fi else [ "${LOCATION}" == "" ] && echo -e "\n${idsCL[Red]}No DYNDNS location specified" || echo -e "\n${idsCL[Red]}DYNDNS location '${LOCATION}' not recognized"