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 d4e1a19 commit c630373Copy full SHA for c630373
tailscaled
@@ -32,7 +32,7 @@ case "$1" in
32
if start-stop-daemon --start --quiet --oknodo --chuid 0:0 --pidfile /run/tailscaled.pid --background \
33
--exec /usr/sbin/tailscaled -- --state=/var/lib/tailscale/tailscaled.state \
34
--socket=/run/tailscale/tailscaled.sock --port 41641; then
35
- tailscale up --hostname=codespace --authkey=${TAILSCALE_AUTHKEY} --netfilter-mode=off
+ tailscale up --authkey=${TAILSCALE_AUTHKEY} --netfilter-mode=off
36
log_end_msg 0 || true
37
else
38
log_end_msg 1 || true
0 commit comments