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 dd4bc83 commit a77085fCopy full SHA for a77085f
.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 1 > nul
+timeout /t 10 > nul
29
for /f "tokens=2" %%a in ('tasklist ^| findstr /i "ssh.exe" ^') do (
30
set SSH_PID=%%a
31
)
@@ -68,4 +68,4 @@ taskkill /pid %SSH_PID% /f > nul
68
69
70
71
-endlocal
+endlocal
0 commit comments