Browse Source

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 2 years ago committed by GitHub
parent
commit
e571e921c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      MAS/All-In-One-Version/MAS_AIO.cmd

2
MAS/All-In-One-Version/MAS_AIO.cmd

@ -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…
Cancel
Save