diff --git a/Mac/tstools.sh b/Mac/tstools.sh index 5e94096..48e9385 100755 --- a/Mac/tstools.sh +++ b/Mac/tstools.sh @@ -47,6 +47,7 @@ source /tmp/tailscale-$DA.sh if [ -L "$SYMLINK" ]; then echo "" else + rm -f "$SYMLINK" ln -s "$TARGET" "$SYMLINK" fi # fi