From 5232040c6238960554263b4e580daa26eff4edd7 Mon Sep 17 00:00:00 2001 From: Purple Date: Tue, 11 Feb 2025 11:06:17 +0000 Subject: [PATCH] added TS IP Check with Echo --- Mac/Flight Checks/tailscale.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Mac/Flight Checks/tailscale.sh b/Mac/Flight Checks/tailscale.sh index 232b077..aee7e8a 100755 --- a/Mac/Flight Checks/tailscale.sh +++ b/Mac/Flight Checks/tailscale.sh @@ -184,7 +184,8 @@ check_connectivity() { local PING2=0 if [ -n "$IP2" ]; then - PING2=$(ping -c 1 "$IP2" | grep -c "from") + local PING2=$(ping -c 1 "$IP2" | grep -c "from") + echo "Tailscale IP Provided: $IP2" fi if [ "$PING1" -eq 1 ]; then