From c1841990d6f0a5e3eefceec5daaa487626c39878 Mon Sep 17 00:00:00 2001 From: Purple Date: Fri, 7 Feb 2025 19:08:21 +0000 Subject: [PATCH] Added to error message --- Mac/tstools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mac/tstools.sh b/Mac/tstools.sh index 043ef78..7d3f19f 100755 --- a/Mac/tstools.sh +++ b/Mac/tstools.sh @@ -26,7 +26,7 @@ version="v2.0-1aaa" if [ "$EUID" -ne 0 ] -then printf "\033[1;31mError: Please run: sudo tstools\033[0m\n" +then printf "\033[1;31mPurple Tailscale Toolkit Error: Please run: sudo tstools\033[0m\n" exit fi