diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 472099d7..8affc84c 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -530,7 +530,7 @@ UPDATE_DYNDNS(){ if [ ${TESTMODE} -eq 1 ]; then echo -e "${idsCL[Green]}'${idsCL[LightCyan]}${LOCATION^^}${idsCL[Green]}' WAN IP has changed: ${idsCL[Yellow]}testmode active and will not update records${idsCL[Default]}" echo -en "\nDYNDNS Credential Test: " - if [ "$(/usr/bin/curl -s "https://${NM_DYNUSER}:${NM_DYNPASS}@wdns.scity.us/nic/update?hostname=wan.pattonfam.com")" == "good" ]; then + if [ "$(/usr/bin/curl -s "https://${NM_DYNUSER}:${NM_DYNPASS}@wdns.scity.us/nic/update?hostname=sc1.scity.us")" == "good" ]; then echo -e "${idsCL[Green]}Pass${idsCL[Default]}" else echo -e "${idsCL[LightRed]}Fail${idsCL[Default]}"