From e4b3d2eafb61799c322a1749e3f6f55714b727de Mon Sep 17 00:00:00 2001 From: Purple Date: Fri, 7 Feb 2025 19:25:19 +0000 Subject: [PATCH] d - fix chmod --- Mac/tstools.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Mac/tstools.sh b/Mac/tstools.sh index 3fc1df2..a40c778 100755 --- a/Mac/tstools.sh +++ b/Mac/tstools.sh @@ -23,7 +23,7 @@ # Last Updated by Purple, 05/02/2025 #################################################################################################### -version="v2.0-1aac" +version="v2.0-1aad" if [ "$EUID" -ne 0 ] then printf "\033[1;31mPurple Tailscale Toolkit Error: Please run: sudo tstools\033[0m\n" @@ -64,5 +64,7 @@ $@ #################################################################################################### rm /tmp/tailscale-$DA.sh -chmod +x $SYMLINK +chmod +x "$SYMLINK" "$TARGET" +sleep 0.5 +chmod +x "$SYMLINK" "$TARGET" echo ""