From 708ad60d1cdb0d3a7e5d72b9788e0fe07ea35771 Mon Sep 17 00:00:00 2001 From: Rohan Barar <57999059+KernelGhost@users.noreply.github.com> Date: Fri, 1 Aug 2025 16:56:16 +1000 Subject: [PATCH] fix script conditional --- oem/install.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oem/install.bat b/oem/install.bat index 018c510..b387507 100644 --- a/oem/install.bat +++ b/oem/install.bat @@ -2,7 +2,7 @@ reg import %~dp0\RDPApps.reg -if exists %~dp0\Container.reg ( +if exist %~dp0\Container.reg ( reg import %~dp0\Container.reg )