mirror of
https://github.com/PurpleComputing/Tailscale-scripts.git
synced 2026-06-11 01:20:30 +01:00
ts
This commit is contained in:
2
Mac/tstools.sh
Normal file → Executable file
2
Mac/tstools.sh
Normal file → Executable 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
|
||||
|
||||
Reference in New Issue
Block a user