Fix Help redirect

Instead of redirecting to https://massgrave.dev/troubleshoot.html it incorrectly redirects to https://https//massgrave.dev//troubleshoot.html
pull/277/head
maxdlpee 2023-10-04 20:27:41 -03:00 committed by GitHub
parent a113087f38
commit e571e921c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ choice /C:123456780 /N
set _erl=%errorlevel% set _erl=%errorlevel%
if %_erl%==9 exit /b if %_erl%==9 exit /b
if %_erl%==8 start https://%mas%/troubleshoot.html & goto :MainMenu if %_erl%==8 start %mas%troubleshoot.html & goto :MainMenu
if %_erl%==7 goto:Extras if %_erl%==7 goto:Extras
if %_erl%==6 setlocal & call :troubleshoot & cls & endlocal & goto :MainMenu if %_erl%==6 setlocal & call :troubleshoot & cls & endlocal & goto :MainMenu
if %_erl%==5 setlocal & call :_Check_Status_wmi & cls & endlocal & goto :MainMenu if %_erl%==5 setlocal & call :_Check_Status_wmi & cls & endlocal & goto :MainMenu