From 63e94e277fc4be717681137c8a82bd94c33ca41a Mon Sep 17 00:00:00 2001 From: Oskar Manhart <52569953+oskardotglobal@users.noreply.github.com> Date: Thu, 28 Aug 2025 13:35:37 +0200 Subject: [PATCH] fix: don't wait on exit --- oem/install.bat | 8 -------- 1 file changed, 8 deletions(-) diff --git a/oem/install.bat b/oem/install.bat index b96769f..d786c70 100644 --- a/oem/install.bat +++ b/oem/install.bat @@ -77,11 +77,3 @@ if %ERRORLEVEL% neq 0 ( echo [ERROR] Failed to create scheduled task "%taskname%". ) ) - -echo. -echo Exiting in 10 seconds... -echo Press Ctrl+C to pause. -for /l %%i in (10,-1,1) do ( - nul -)