Update nodemgmt-scripts.sh

This commit is contained in:
2025-05-27 07:31:24 -05:00
parent 7d93db8d7c
commit c76fbb687e

View File

@@ -503,8 +503,6 @@ UPDATE_DYNDNS(){
if [ "${NEWIP}" == "" ]; then
NEWIP="$(wget -qO- https://ipecho.net/plain ; echo)" >/dev/null 2>&1
[ "${NEWIP}" == "" ] && NEWIP="WAN IP could not be found"
else
NEWIP="WAN IP could not be found"
fi
fi
echo -e "${idsCL[LightGreen]}${NEWIP}"