Skip to content

Commit

Permalink
fix(reset services): restart prompt syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Jun 12, 2024
1 parent c79a783 commit c92d599
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if exist "%winServices%" (
%title% "Finished."
if "%~1"=="/silent" exit /b
choice /c:yn /n /m "Would you like to restart? [Y/N] "
if "%errorlevel%"==1 shutdown /r /t 0
if "%errorlevel%"=="1" shutdown /r /t 0
exit /b

:fullRestore
Expand Down

0 comments on commit c92d599

Please sign in to comment.