From d543995afa09fb0bc72a5af6e75cfe4d851e62c9 Mon Sep 17 00:00:00 2001 From: Purple Date: Wed, 12 Feb 2025 16:46:39 +0000 Subject: [PATCH] Added to mismatch error --- 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 b447e7e..ad18991 100755 --- a/Mac/Flight Checks/tailscale.sh +++ b/Mac/Flight Checks/tailscale.sh @@ -115,7 +115,7 @@ check_auth_profile() { # echo "Success: Installed version ($tsbundle) matches the configuration profile." echo "Correct Auth Profile Present: "$profile_check"="$tsbundle"" else - echo "Mismatch: Installed version is $tsbundle, but profile contains a different identifier." + echo "Mismatch: Installed version is $tsbundle, but profile contains a different identifier ($profile_check)." echo " " rm /tmp/tailscale-*.sh exit 1 @@ -156,7 +156,7 @@ check_config_profile() { # echo "Success: Installed version ($tsbundle) matches the configuration profile." echo "Correct Config Profile Present: "$profile_check"="$tsbundle"" else - echo "Mismatch: Installed version is $tsbundle, but profile contains a different identifier." + echo "Mismatch: Installed version is $tsbundle, but profile contains a different identifier ($profile_check)." echo " " rm /tmp/tailscale-*.sh exit 1