Skip to content

Commit 823e969

Browse files
authored
Update .bat
1 parent a77085f commit 823e969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if not exist "%KEY%" (
2525

2626
set SERVER="s1-br.ghzhost.com"
2727
start /b ssh -q -i %KEY% -nNT -L 25565:localhost:25567 -o StrictHostKeychecking=no senac@%SERVER%
28-
timeout /t 10 > nul
28+
timeout /t 5 > nul
2929
for /f "tokens=2" %%a in ('tasklist ^| findstr /i "ssh.exe" ^') do (
3030
set SSH_PID=%%a
3131
)

0 commit comments

Comments
 (0)