Skip to content

Commit a77085f

Browse files
authored
Update .bat
1 parent dd4bc83 commit a77085f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.bat

Lines changed: 2 additions & 2 deletions
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 1 > nul
28+
timeout /t 10 > nul
2929
for /f "tokens=2" %%a in ('tasklist ^| findstr /i "ssh.exe" ^') do (
3030
set SSH_PID=%%a
3131
)
@@ -68,4 +68,4 @@ taskkill /pid %SSH_PID% /f > nul
6868

6969

7070

71-
endlocal
71+
endlocal

0 commit comments

Comments
 (0)