From 9e6ba0da51b5a27e98406cea4bcdf44ea01c9234 Mon Sep 17 00:00:00 2001 From: elpatron Date: Sun, 19 Jan 2025 13:39:34 +0100 Subject: [PATCH] Redirect tar output --- install-beszel-service.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-beszel-service.cmd b/install-beszel-service.cmd index 5a8566c..f95d5aa 100644 --- a/install-beszel-service.cmd +++ b/install-beszel-service.cmd @@ -18,7 +18,7 @@ goto proceed echo Downloading NSSM curl.exe --output "%TEMP%\nssm-2.24.zip" --url https://nssm.cc/release/nssm-2.24.zip >nul 2>&1 echo Extracting ZIP file -tar.exe -xf %TEMP%\nssm-2.24.zip +tar.exe -xf %TEMP%\nssm-2.24.zip >nul 2>&1 echo Copying nssm.exe to %DESTINATIONDIR% if %PROCESSOR_ARCHITECTURE%==AMD64 ( copy .\nssm-2.24\win64\nssm.exe "%DESTINATIONDIR%\" >nul 2>&1