fix source command

This commit is contained in:
Zac Holland
2023-12-18 13:56:22 -08:00
parent 002419edcc
commit 61b47d9522

View File

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