chore: stop opening browser automatically when connecting to remote
All checks were successful
Deploy to Production / test (push) Successful in 43s
All checks were successful
Deploy to Production / test (push) Successful in 43s
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user