From ea0f720eadc6479e38caaae9f0bf15e35d35c6c7 Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Wed, 27 Dec 2023 14:28:54 +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 b31a744..2853bb1 100644 --- a/Mac/silent-auth.sh +++ b/Mac/silent-auth.sh @@ -174,9 +174,9 @@ else sleep 5 runAsUser osascript -e 'tell application "Tailscale"' -e 'activate' -e 'end tell' if [[ -z "$HOOKHELPER" ]]; then - echo No Webhooks to Fire. Continuing... + echo "• No Webhooks to Fire. Continuing..." else - Cleaning up Existing Node + echo "• Cleaning up Existing Node" curl -s --request POST "$HOOKHELPER" -H "Content-Type: application/json; charset=UTF-8" -d '{"tailnet": "'"$TAILSCALENET"'", "apikey": "'"$TAILSCALEAPIKEY"'", "targetname": "'"$TSUSER"'"}' curl -s --request POST "$HOOKHELPER" -H "Content-Type: application/json; charset=UTF-8" -d '{"tailnet": "'"$TAILSCALENET"'", "apikey": "'"$TAILSCALEAPIKEY"'", "targetname": "'"$TSUNAME"'"}' fi