This commit is contained in:
Purple
2025-02-05 17:46:34 +00:00
parent 176fd7d5ff
commit 339b3cf3fe

2
Mac/tstools.sh Normal file → Executable file
View File

@@ -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