From f04e164ad97db8bd8247d3f02ffe665cbfac84c7 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 14 Nov 2023 15:48:10 -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 6c2ce949..c4a30fd4 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -543,7 +543,7 @@ UPDATE_DYNDNS(){ echo if ([ "${OLDIP}" != "" ] && [ "${NEWIP}" != "" ] && [[ "${OLDIP}" != *";"* ]] && [[ "${NEWIP}" != *";"* ]] && [ "${OLDIP}" == "${NEWIP}" ]) || [ ${FORCE} -eq 1 ]; then - echo -en "${idsCL[Green]}${LOCATION^} WAN IP has changed, "; + echo -en "${idsCL[Green]}'${idsCL[LightCyan]}${LOCATION^^}${idsCL[Green]}' WAN IP has changed, "; if [ ${TESTMODE} -eq 1 ]; then echo -e "${idsCL[Yellow]}testmode active and will not update rcords${idsCL[Default]}" else @@ -584,7 +584,7 @@ UPDATE_DYNDNS(){ elif [ "${NEWIP}" == "" ]; then echo -e "${idsCL[Red]}Could not get Current WAN IP${idsCL[Default]}" else - echo -e "${idsCL[Green]}'${idsCL[Green]}${LOCATION^^}${idsCL[Green]}' WAN IP has not changed${idsCL[Default]}" + echo -e "${idsCL[Green]}'${idsCL[LightCyan]}${LOCATION^^}${idsCL[Green]}' 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"