Browse Source

Fix typo error message

pull/284/head
Jakob 2 years ago committed by GitHub
parent
commit
8bc99aa2be
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

@ -176,7 +176,7 @@ goto MASend
>nul fltmc || ( >nul fltmc || (
if not defined _elev %psc% "start cmd.exe -arg '/c \"!_PSarg:'=''!\"' -verb runas" && exit /b if not defined _elev %psc% "start cmd.exe -arg '/c \"!_PSarg:'=''!\"' -verb runas" && exit /b
%nceline% %nceline%
echo This script require admin privileges. echo This script requires admin privileges.
echo To do so, right click on this script and select 'Run as administrator'. echo To do so, right click on this script and select 'Run as administrator'.
goto MASend goto MASend
) )

Loading…
Cancel
Save