added output

This commit is contained in:
Purple
2025-02-12 16:36:03 +00:00
parent 37b889ddeb
commit 8459ae1b52

View File

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