From 339b3cf3feab6eea6ad2fcb76aaafd997df35c1c Mon Sep 17 00:00:00 2001 From: Purple Date: Wed, 5 Feb 2025 17:46:34 +0000 Subject: [PATCH] ts --- Mac/tstools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 Mac/tstools.sh diff --git a/Mac/tstools.sh b/Mac/tstools.sh old mode 100644 new mode 100755 index 0bfbeec..3d4c65f --- a/Mac/tstools.sh +++ b/Mac/tstools.sh @@ -34,7 +34,7 @@ source /tmp/tailscale-$DA.sh # Check if the symlink exists and is valid if [ -L "$SYMLINK" ] && [ "$(readlink "$SYMLINK")" == "$TARGET" ]; then - echo "" + echo " " else # Remove any existing file or incorrect symlink if [ -e "$SYMLINK" ] || [ -L "$SYMLINK" ]; then