removed debugging flags

This commit is contained in:
Purple
2025-02-12 16:48:25 +00:00
parent d543995afa
commit fc65f4b3b6

View File

@@ -113,7 +113,8 @@ 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: "$profile_check"="$tsbundle""
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 ($profile_check)."
echo " "
@@ -154,9 +155,10 @@ 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: "$profile_check"="$tsbundle""
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 ($profile_check)."
echo "Mismatch: Installed version is $tsbundle, but profile contains a different identifier ($profile_check)."
echo " "
rm /tmp/tailscale-*.sh
exit 1