From 8459ae1b526c9d609aac6fbbcff251c28399314f Mon Sep 17 00:00:00 2001 From: Purple Date: Wed, 12 Feb 2025 16:36:03 +0000 Subject: [PATCH] added output --- 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 e476981..83d3b97 100755 --- a/Mac/Flight Checks/tailscale.sh +++ b/Mac/Flight Checks/tailscale.sh @@ -108,7 +108,7 @@ check_auth_profile() { # Verify if the auth profile matches the installed version if echo "$profile_check" | grep -q "$tsbundle"; then # echo "Success: Installed version ($tsbundle) matches the configuration profile." - echo "Correct Auth Profile Present" + echo "Correct Auth Profile Present: "$profile_check"="$tsbundle"" else echo "Mismatch: Installed version is $tsbundle, but profile contains a different identifier." echo " " @@ -142,7 +142,7 @@ check_config_profile() { # Verify if the config profile matches the installed version if echo "$profile_check" | grep -q "$tsbundle"; then # echo "Success: Installed version ($tsbundle) matches the configuration profile." - echo "Correct Config Profile Present" + echo "Correct Config Profile Present: "$profile_check"="$tsbundle"" else echo "Mismatch: Installed version is $tsbundle, but profile contains a different identifier." echo " "