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