From 440aae89b03688dff258b4e54c1ebde432e9926f Mon Sep 17 00:00:00 2001 From: Florian Roth Date: Tue, 23 Mar 2021 23:19:22 +0100 Subject: [PATCH] fix: automation loop --- install-raccine.bat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install-raccine.bat b/install-raccine.bat index 2144bab..971696f 100644 --- a/install-raccine.bat +++ b/install-raccine.bat @@ -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