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 79070f5 commit a755ecdCopy full SHA for a755ecd
1 file changed
bin/dev
@@ -35,7 +35,7 @@ if [ "$USE_TAILSCALE" = "1" ]; then
35
stop_tailscale() { tailscale serve --https=$TS_PORT off >/dev/null 2>&1; }
36
trap stop_tailscale EXIT INT TERM
37
38
- tailscale serve --bg --https=$TS_PORT "http://fizzy.localhost:$PORT" >/dev/null 2>&1
+ sudo tailscale serve --bg --https=$TS_PORT "http://fizzy.localhost:$PORT" >/dev/null 2>&1
39
echo "Login with david@example.com to: https://$TS_HOSTNAME:$TS_PORT/"
40
else
41
echo "Login with david@example.com to: http://fizzy.localhost:$PORT/"
0 commit comments