From c4c5f2841ca4264401aafd4aec17dde85d1a9c71 Mon Sep 17 00:00:00 2001 From: elpatron Date: Mon, 20 Jan 2025 14:32:35 +0100 Subject: [PATCH] nssm status --- install-beszel-service.cmd | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/install-beszel-service.cmd b/install-beszel-service.cmd index ee5ff37..0d21dd4 100644 --- a/install-beszel-service.cmd +++ b/install-beszel-service.cmd @@ -30,7 +30,7 @@ goto proceed :installnssm echo Downloading NSSM -curl.exe --output "%TEMP%\nssm-2.24.zip" --url https://nssm.cc/release/nssm-2.24.zip >nul 2>&1 +curl.exe --output "%TEMP%\nssm-2.24.zip" --url https://nssm.cc/ci/nssm-2.24-101-g897c7ad.zip >nul 2>&1 echo Extracting ZIP file tar.exe -xf %TEMP%\nssm-2.24.zip >nul 2>&1 echo Copying nssm.exe to %DESTINATIONDIR% @@ -67,8 +67,9 @@ if %errorlevel% NEQ 0 ( echo Check output above. ) -echo Dumping service state -%NSSMEXE% dump %SERVICENAME% +echo Display service state +echo Check %SERVICENAME% status +%NSSMEXE% status %SERVICENAME% goto end :help