fix profile.d path bug

This commit is contained in:
Zac Holland
2023-12-18 12:45:47 -08:00
parent c250264b6b
commit 52c0e76704

View File

@@ -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