diff --git a/dsmon.sh b/dsmon.sh index 34dfe92..c42f7dd 100755 --- a/dsmon.sh +++ b/dsmon.sh @@ -336,7 +336,7 @@ GETTSIP_NODE(){ echo "Tailscale running, TSIP: ${TSIP}" echo -en "Updating DNS for '${hostname}' ... " dyndns=$(/usr/bin/curl -s "https://systems:Dcs9613@dns.scity.us/nic/update?hostname=backup.ts.scity.us&myip=${TSIP}") - echo "Done - (${dyndns})" + echo "Done (${dyndns})" else echo "Not running Tailscale" fi