From 8ae1e2466114b529a8a9ac202256ec95e5b50d03 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 15 Jul 2023 18:48:43 -0500 Subject: [PATCH] Update dsmon.sh --- dsmon.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsmon.sh b/dsmon.sh index c652a2a..34dfe92 100755 --- a/dsmon.sh +++ b/dsmon.sh @@ -335,7 +335,7 @@ GETTSIP_NODE(){ ([ "${hostname}" == "" ] || [[ "${hostname}" != *".scity"* ]]) && hostname=$(hostname) && hostname="${hostname,,}.ts.scity.us" || hostname=${hostname/.scity/.ts.scity} echo "Tailscale running, TSIP: ${TSIP}" echo -en "Updating DNS for '${hostname}' ... " - dyndns=$(/usr/bin/curl "https://systems:Dcs9613@dns.scity.us/nic/update?hostname=backup.ts.scity.us&myip=${TSIP}") + dyndns=$(/usr/bin/curl -s "https://systems:Dcs9613@dns.scity.us/nic/update?hostname=backup.ts.scity.us&myip=${TSIP}") echo "Done - (${dyndns})" else echo "Not running Tailscale"