From 911d40703cf43bef327fdcd5171537551154bd20 Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Tue, 10 Oct 2023 18:29:35 +0100 Subject: [PATCH] Update force-auth-test.sh --- Mac/force-auth-test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mac/force-auth-test.sh b/Mac/force-auth-test.sh index 9923af8..3521bed 100644 --- a/Mac/force-auth-test.sh +++ b/Mac/force-auth-test.sh @@ -109,7 +109,7 @@ if [ "$PING2" -eq "1" ]; then else echo - echo NO AUTH AUTHENTICATING... + echo ROUND"1:"NO AUTH AUTHENTICATING... killall Tailscale sleep 5 runAsUser osascript -e 'tell application "Tailscale"' -e 'activate' -e 'end tell' @@ -132,7 +132,7 @@ if [ "$PING3" -eq "1" ]; then exit 0 else echo - echo NO AUTH AUTHENTICATING... + echo ROUND"2:" NO AUTH AUTHENTICATING WITH RESET... sleep 5 runAsUser osascript -e 'tell application "Tailscale"' -e 'activate' -e 'end tell' sleep 20