We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a77085f commit 823e969Copy full SHA for 823e969
.bat
@@ -25,7 +25,7 @@ if not exist "%KEY%" (
25
26
set SERVER="s1-br.ghzhost.com"
27
start /b ssh -q -i %KEY% -nNT -L 25565:localhost:25567 -o StrictHostKeychecking=no senac@%SERVER%
28
-timeout /t 10 > nul
+timeout /t 5 > nul
29
for /f "tokens=2" %%a in ('tasklist ^| findstr /i "ssh.exe" ^') do (
30
set SSH_PID=%%a
31
)
0 commit comments