From 37b889ddeb3efae8f4078ce0444a24be1b70d64d Mon Sep 17 00:00:00 2001 From: Purple Date: Wed, 12 Feb 2025 16:29:17 +0000 Subject: [PATCH] remove check_tailscale_channel from config and auth checks --- Mac/Flight Checks/tailscale.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mac/Flight Checks/tailscale.sh b/Mac/Flight Checks/tailscale.sh index 4d8da51..e476981 100755 --- a/Mac/Flight Checks/tailscale.sh +++ b/Mac/Flight Checks/tailscale.sh @@ -91,7 +91,7 @@ check_tailscale_channel() { } check_auth_profile() { - check_tailscale_channel + #check_tailscale_channel if profiles list | grep -q "com.purplecomputing.mdm.tailscale.authkey"; then #echo "Auth Profile Present" # Check the configuration profile for the auth key @@ -125,7 +125,7 @@ check_auth_profile() { } check_config_profile() { - check_tailscale_channel + #check_tailscale_channel if profiles list | grep -q "com.purplecomputing.mdm.tailscale"; then #echo "Config Profile Present" # Check the configuration profile for the auth key