From f22519165918386f4878ee04edfd380c8c315c31 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Thu, 13 Jul 2023 14:07:08 +0200 Subject: [PATCH] Config: Update uninstall.bat Windows batch script #3509 Signed-off-by: Michael Mayer --- setup/docker/windows/uninstall.bat | 1 - 1 file changed, 1 deletion(-) diff --git a/setup/docker/windows/uninstall.bat b/setup/docker/windows/uninstall.bat index 9799f6c07..77b37c3f7 100644 --- a/setup/docker/windows/uninstall.bat +++ b/setup/docker/windows/uninstall.bat @@ -21,7 +21,6 @@ del docker-compose.yml del start.bat del stop.bat del install.bat -del uninstall.bat del update.bat :END