From a48f632576a36e56278163d7bae6324c413c5f95 Mon Sep 17 00:00:00 2001 From: Purple Date: Wed, 5 Feb 2025 19:00:44 +0000 Subject: [PATCH] added auto open of log file --- Mac/Flight Checks/tailscale.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Mac/Flight Checks/tailscale.sh b/Mac/Flight Checks/tailscale.sh index 25961ba..70174b8 100755 --- a/Mac/Flight Checks/tailscale.sh +++ b/Mac/Flight Checks/tailscale.sh @@ -363,6 +363,7 @@ test() { echo_and_log "$PING_TEST" echo_and_log "\nDiagnostics complete. Log file: $LOGFILE" + runAsUser open $LOGFILE }