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 a3135e5 commit dd4bc83Copy full SHA for dd4bc83
.bat
@@ -24,7 +24,7 @@ if not exist "%KEY%" (
24
25
26
set SERVER="s1-br.ghzhost.com"
27
-start /b ssh -i %KEY% -nNT -L 25565:localhost:25567 -o StrictHostKeychecking=no senac@%SERVER%
+start /b ssh -q -i %KEY% -nNT -L 25565:localhost:25567 -o StrictHostKeychecking=no senac@%SERVER%
28
timeout /t 1 > nul
29
for /f "tokens=2" %%a in ('tasklist ^| findstr /i "ssh.exe" ^') do (
30
set SSH_PID=%%a
@@ -46,10 +46,6 @@ if not exist "%X_ZIP%" (
46
if not exist "%tmp%\7z" (
47
tar -xf "%X_ZIP%" -C "%tmp%"
48
)
49
-if not exist "%ZIP_FILE%" (
50
- echo Baixando...
51
- curl -s -o "%ZIP_FILE%" -L %ZIP_URL%
52
-)
53
if not exist "%ZIP_FILE%" (
54
echo Baixando...
55
curl -s -o "%ZIP_FILE%" -L %ZIP_URL%
0 commit comments