Skip to content

Commit d5a851e

Browse files
committed
exec
1 parent 9f7fe08 commit d5a851e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/e2e/server/run_with_forward.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ ws_port=${ws_port%/*}
4949

5050
echo "Starting SSH tunnel, run test via \"pnpm run playwright:test\"..."
5151

52-
ssh -t -R "${ws_port}:127.0.0.1:${ws_port}" -L "${port}:127.0.0.1:${port}" coder."${workspace}" "export CODER_E2E_PORT='${port}'; export CODER_E2E_WS_ENDPOINT='${ws_endpoint}'; [[ -d site ]] && cd site; \"\$(grep \"\${USER}\": /etc/passwd | cut -d: -f7)\" -l"
52+
ssh -t -R "${ws_port}:127.0.0.1:${ws_port}" -L "${port}:127.0.0.1:${port}" coder."${workspace}" "export CODER_E2E_PORT='${port}'; export CODER_E2E_WS_ENDPOINT='${ws_endpoint}'; [[ -d site ]] && cd site; exec \"\$(grep \"\${USER}\": /etc/passwd | cut -d: -f7)\" -l"

0 commit comments

Comments
 (0)