Update nodemgmt-scripts.sh

This commit is contained in:
2023-06-30 18:24:23 -05:00
parent 9f98486a89
commit 47337426fe

View File

@@ -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`