remove check_tailscale_channel from config and auth checks

This commit is contained in:
Purple
2025-02-12 16:29:17 +00:00
parent 2daea6d9fe
commit 37b889ddeb

View File

@@ -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