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`