Update nodemgmt-scripts.sh

This commit is contained in:
2023-11-14 16:06:03 -06:00
parent 9ce731d15a
commit f59994ff70

View File

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