mirror of
https://github.com/PurpleComputing/Tailscale-scripts.git
synced 2026-08-03 15:10:39 +01:00
added output
This commit is contained in:
@@ -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 " "
|
||||
|
||||
Reference in New Issue
Block a user