From 7ebd3d0e04b880f9d540c3fab975374b291f0f0c Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Wed, 27 Dec 2023 14:23:00 +0000 Subject: [PATCH] Update silent-auth.sh --- Mac/silent-auth.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mac/silent-auth.sh b/Mac/silent-auth.sh index 225bc9c..51f3b9e 100644 --- a/Mac/silent-auth.sh +++ b/Mac/silent-auth.sh @@ -113,7 +113,7 @@ fi # TAILSCALE ALREADY AUTHED CHECK if [ "$PING2" -eq "1" ]; then - echo "• Server $IP2 is reachable" + echo "• Tailscale Ping Address: $IP2 is reachable" echo "• Internet is working" TSMNetName="$(runAsUser /Applications/Tailscale.app/Contents/MacOS/Tailscale status | head -n 1 | awk '{print $3}' | awk -F'.' '{print $2}')" TSMHostname="$(runAsUser /Applications/Tailscale.app/Contents/MacOS/Tailscale status | head -n 1 | awk '{print $2}' | awk -F'.' '{print $1}')" @@ -146,7 +146,7 @@ PING3=$(ping -c 1 "$IP2" | grep -c from) # TAILSCALE FINAL AUTH CHECK if [ "$PING3" -eq "1" ]; then - echo "• Server $IP2 is reachable" + echo "• Tailscale Ping Address: $IP2 is reachable" echo "• Internet is working" TSMNetName="$(runAsUser /Applications/Tailscale.app/Contents/MacOS/Tailscale status | head -n 1 | awk '{print $3}' | awk -F'.' '{print $2}')" TSMHostname="$(runAsUser /Applications/Tailscale.app/Contents/MacOS/Tailscale status | head -n 1 | awk '{print $2}' | awk -F'.' '{print $1}')"