Skip to content

Commit a755ecd

Browse files
committed
Must be run as sudo
1 parent 79070f5 commit a755ecd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ if [ "$USE_TAILSCALE" = "1" ]; then
3535
stop_tailscale() { tailscale serve --https=$TS_PORT off >/dev/null 2>&1; }
3636
trap stop_tailscale EXIT INT TERM
3737

38-
tailscale serve --bg --https=$TS_PORT "http://fizzy.localhost:$PORT" >/dev/null 2>&1
38+
sudo tailscale serve --bg --https=$TS_PORT "http://fizzy.localhost:$PORT" >/dev/null 2>&1
3939
echo "Login with david@example.com to: https://$TS_HOSTNAME:$TS_PORT/"
4040
else
4141
echo "Login with david@example.com to: http://fizzy.localhost:$PORT/"

0 commit comments

Comments
 (0)