From 61b47d9522511b83eb612cb537c20e5ec96ae4d4 Mon Sep 17 00:00:00 2001 From: Zac Holland Date: Mon, 18 Dec 2023 13:56:22 -0800 Subject: [PATCH] fix source command --- tailscale.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailscale.sh b/tailscale.sh index e2f945d..4c70dff 100644 --- a/tailscale.sh +++ b/tailscale.sh @@ -116,7 +116,7 @@ if ! command -v tailscale &> /dev/null; then echo "Tailscale is installed and running but the binaries are not in your path yet." echo "Restart your session or run the following command to add them:" echo - echo "source /etc/tailscale" + echo "source /etc/profile.d/tailscale.sh" echo fi