Skip to content

Commit 1643495

Browse files
castorinopraggi
authored andcommitted
fix tailscale path
1 parent 2128f18 commit 1643495

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tailscale/tailscaled-devcontainer-start.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ if [[ -n "$auth_key" ]]; then
7272
if [[ -n "${CODESPACE_NAME}" ]]; then
7373
hostnamearg="--hostname=${CODESPACE_NAME}"
7474
fi
75-
/usr/local/sbin/tailscale up --accept-routes --authkey="$auth_key" $hostnamearg
75+
/usr/local/bin/tailscale up --accept-routes --authkey="$auth_key" $hostnamearg
7676
fi
77-
fi
77+
fi

0 commit comments

Comments
 (0)