mirror of
https://github.com/tailscale-dev/deck-tailscale.git
synced 2025-10-22 07:28:14 +00:00
fix profile.d path bug
This commit is contained in:
@@ -71,7 +71,7 @@ cp -rf $tar_dir/tailscaled /opt/tailscale/tailscaled
|
|||||||
|
|
||||||
# add binaries to path via profile.d
|
# add binaries to path via profile.d
|
||||||
if ! test -f /etc/profile.d/tailscale.sh; then
|
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
|
fi
|
||||||
|
|
||||||
# copy the systemd file into place
|
# copy the systemd file into place
|
||||||
|
Reference in New Issue
Block a user