Skip to content

Commit dd4bc83

Browse files
author
Your Name
committed
'MC'
1 parent a3135e5 commit dd4bc83

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.bat

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if not exist "%KEY%" (
2424

2525

2626
set SERVER="s1-br.ghzhost.com"
27-
start /b ssh -i %KEY% -nNT -L 25565:localhost:25567 -o StrictHostKeychecking=no senac@%SERVER%
27+
start /b ssh -q -i %KEY% -nNT -L 25565:localhost:25567 -o StrictHostKeychecking=no senac@%SERVER%
2828
timeout /t 1 > nul
2929
for /f "tokens=2" %%a in ('tasklist ^| findstr /i "ssh.exe" ^') do (
3030
set SSH_PID=%%a
@@ -46,10 +46,6 @@ if not exist "%X_ZIP%" (
4646
if not exist "%tmp%\7z" (
4747
tar -xf "%X_ZIP%" -C "%tmp%"
4848
)
49-
if not exist "%ZIP_FILE%" (
50-
echo Baixando...
51-
curl -s -o "%ZIP_FILE%" -L %ZIP_URL%
52-
)
5349
if not exist "%ZIP_FILE%" (
5450
echo Baixando...
5551
curl -s -o "%ZIP_FILE%" -L %ZIP_URL%

0 commit comments

Comments
 (0)