From 52c0e7670454f59a203811e2b29217b11b141e1a Mon Sep 17 00:00:00 2001 From: Zac Holland Date: Mon, 18 Dec 2023 12:45:47 -0800 Subject: [PATCH] fix profile.d path bug --- tailscale.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailscale.sh b/tailscale.sh index ab670ad..a3bb407 100644 --- a/tailscale.sh +++ b/tailscale.sh @@ -71,7 +71,7 @@ cp -rf $tar_dir/tailscaled /opt/tailscale/tailscaled # add binaries to path via profile.d if ! test -f /etc/profile.d/tailscale.sh; then - echo 'PATH="$PATH:/home/deck/.bin"' >> /etc/profile.d/tailscale.sh + echo 'PATH="$PATH:/opt/tailscale"' >> /etc/profile.d/tailscale.sh fi # copy the systemd file into place