Fix Help redirect
Instead of redirecting to https://massgrave.dev/troubleshoot.html it incorrectly redirects to https://https//massgrave.dev//troubleshoot.htmlpull/277/head
parent
a113087f38
commit
e571e921c2
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue