diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 8affc84c..97aab582 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -535,6 +535,11 @@ UPDATE_DYNDNS(){ else echo -e "${idsCL[LightRed]}Fail${idsCL[Default]}" fi + if [ "$(/usr/bin/curl -s "https://${NM_DYNUSER}:${NM_DYNPASS}@wdns.scity.us/nic/update?hostname=wan.pattonfam.com")" == "good" ]; then + echo -e "${idsCL[Green]}Pass${idsCL[Default]}" + else + echo -e "${idsCL[LightRed]}Fail${idsCL[Default]}" + fi else if [ ${FORCE} -eq 1 ]; then echo -en "${idsCL[Yellow]}'${idsCL[LightCyan]}${LOCATION^^}${idsCL[Yellow]}' WAN IP has not changed...\n${idsCL[Green]}but what the heck, lets update the records anyway ehh ... "