From a1d90cb6983ec84cc7c1e0d3341590583c5b0d68 Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Thu, 8 Jun 2023 19:36:38 +0100 Subject: [PATCH] Update ts-force-auth.sh removed second killall to allow Tailscale more time on second run --- Helpers/ts-force-auth.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/Helpers/ts-force-auth.sh b/Helpers/ts-force-auth.sh index 6270936..853eacd 100644 --- a/Helpers/ts-force-auth.sh +++ b/Helpers/ts-force-auth.sh @@ -128,7 +128,6 @@ else echo echo NO AUTH AUTHENTICATING... runAsUser /Applications/Tailscale.app/Contents/MacOS/Tailscale logout - killall Tailscale sleep 5 runAsUser osascript -e 'tell application "Tailscale"' -e 'activate' -e 'end tell' sleep 20