From 4eadf6a5b2d889913991ef1301c1de5f635393bc Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 4 Jul 2022 19:34:04 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 16e80e65..0cc16921 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1737,7 +1737,7 @@ UPDATE_DYNDNS(){ echo -e "${idsCL[LightCyan]}Updating Primary DNS A records with any WAN IP changes... ${idsCL[Default]}" fi - OLDIP=`dig +short sc2.scity.us @ns1.scity.us` + OLDIP=`dig +short sc1.scity.us @ns1.scity.us` NEWIP=`dig +short myip.opendns.com @resolver1.opendns.com` if [ "${OLDIP}" != "${NEWIP}" ]; then