From 93d3710f51a6c8cefbccbf8ff4cf4da5662e13bd Mon Sep 17 00:00:00 2001
From: kytv <kytv@mail.i2p>
Date: Sat, 17 Sep 2011 22:12:40 +0000
Subject: [PATCH] Don't show "1 file(s) moved" when moving the temporary
 wrapper.conf in place. Redirect output to nul.

---
 installer/resources/set_config_dir_for_nt_service.bat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/installer/resources/set_config_dir_for_nt_service.bat b/installer/resources/set_config_dir_for_nt_service.bat
index b55052e7e0..f13919cf5d 100644
--- a/installer/resources/set_config_dir_for_nt_service.bat
+++ b/installer/resources/set_config_dir_for_nt_service.bat
@@ -6,7 +6,7 @@ set _WRAPPER_CONF="%_REALPATH%wrapper.config"
 cd /d %~dp0
 if "%1"=="uninstall" (
     FINDSTR /I /v "^wrapper.java.additional.5=-Di2p.dir.config=" %_WRAPPER_CONF% >> %_WRAPPER_CONF%.new
-    move %_WRAPPER_CONF%.new %_WRAPPER_CONF%
+    move %_WRAPPER_CONF%.new %_WRAPPER_CONF% >nul
     goto end
 ) else (
     FINDSTR /I "^wrapper.java.additional.5=-Di2p.dir.config=" %_WRAPPER_CONF%
-- 
GitLab