From 47337426fe248458aa3252842ef034126ee010ce Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 30 Jun 2023 18:24:23 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 2aecdaff..495db453 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1006,7 +1006,7 @@ UPDATE_DYNDNS(){ OLDIP=`dig +short offsite.scity.us @ns1.scity.us` fi if [ "${2}" != 'q' ]; then - echo -e "${idsCL[LightCyan]}${OLDIP}" + echo -e "${idsCL[Cyan]}${OLDIP}" echo -en "${idsCL[LightCyan]}New IP ${idsCL[White]}: " fi NEWIP=`dig +short myip.opendns.com @resolver1.opendns.com`