Skip to content

Commit

Permalink
fix: automation loop
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo23x0 committed Mar 23, 2021
1 parent f146540 commit 440aae8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install-raccine.bat
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ GOTO MENU
:UNINSTALL
CALL :UNINSTALL_TASKS
TIMEOUT /t 30
:: in case of automation, directly got to EOF
IF NOT "%SELECTED_OPTION%"=="" GOTO EOF
GOTO MENU

:: Actions to run in all modes
Expand Down

0 comments on commit 440aae8

Please sign in to comment.