From 11c589b01c84accdf594493982e4835ab505a34d Mon Sep 17 00:00:00 2001 From: syntaxbullet Date: Fri, 6 Feb 2026 13:11:16 +0100 Subject: [PATCH] chore: stop opening browser automatically when connecting to remote --- shared/scripts/remote.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/shared/scripts/remote.sh b/shared/scripts/remote.sh index 0081b73..34e663f 100755 --- a/shared/scripts/remote.sh +++ b/shared/scripts/remote.sh @@ -50,9 +50,6 @@ else SSH_CMD="ssh -o ServerAliveInterval=30 -o ServerAliveCountMax=3" fi -# Open browser in background -open_browser & - # Start both tunnels # -N means "Do not execute a remote command". -L is for local port forwarding. $SSH_CMD -N \