diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 64c2fb7f..6e55d365 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -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}"