From 1a7dbe6a5439bfefde754807a973ce0699494be9 Mon Sep 17 00:00:00 2001 From: Purple Date: Wed, 5 Feb 2025 17:56:22 +0000 Subject: [PATCH] 123 --- Mac/tstools.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Mac/tstools.sh b/Mac/tstools.sh index c1bae18..c744ce8 100755 --- a/Mac/tstools.sh +++ b/Mac/tstools.sh @@ -44,11 +44,11 @@ source /tmp/tailscale-$DA.sh ln -s "$TARGET" "$SYMLINK" # # # Verify the creation -# if [ -L "$SYMLINK" ]; then -# echo "" -# else -# exit 1 -# fi + if [ -L "$SYMLINK" ]; then + echo "" + else + ln -s "$TARGET" "$SYMLINK" + fi # fi #################################################################################################### echo ...............................................