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