We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2128f18 commit 1643495Copy full SHA for 1643495
src/tailscale/tailscaled-devcontainer-start.sh
@@ -72,6 +72,6 @@ if [[ -n "$auth_key" ]]; then
72
if [[ -n "${CODESPACE_NAME}" ]]; then
73
hostnamearg="--hostname=${CODESPACE_NAME}"
74
fi
75
- /usr/local/sbin/tailscale up --accept-routes --authkey="$auth_key" $hostnamearg
+ /usr/local/bin/tailscale up --accept-routes --authkey="$auth_key" $hostnamearg
76
77
-fi
+fi
0 commit comments