Skip to content

Commit 096a387

Browse files
committed
Fix: removed unused function
1 parent e46fedc commit 096a387

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

alas.bat

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -446,21 +446,6 @@ if exist .git\ (
446446
)
447447
goto :eof
448448

449-
:StopIfDisconnected
450-
if exist deploy.ini (
451-
for /f "tokens=3 delims= " %%i in ('findstr /i "NetTest" deploy.ini') do ( set "state_netTest=%%i" )
452-
)
453-
if "%state_netTest%"=="disable" goto :eof
454-
echo Checking network connection...
455-
wget -q --no-check-certificate %Remoterepo%/modules/CurrentVersion -O NetTest && set "_isNetConnected=true" || set "_isNetConnected=false"
456-
if exist NetTest del NetTest
457-
if "%_isNetConnected%"=="false" (
458-
echo Unable to access GitHub, please check your network connection
459-
pause > NUL
460-
goto MENU
461-
)
462-
goto :eof
463-
464449
:CheckBsBeta
465450
if "%RealtimeMode%"=="disable" goto :eof
466451
rem if "%FirstRun%"=="enable" goto :eof

0 commit comments

Comments
 (0)