From 39116881022c6f46ca5195810458e734cd3a206e Mon Sep 17 00:00:00 2001 From: Flowseal Date: Fri, 4 Apr 2025 21:29:38 +0300 Subject: [PATCH] Removed extra paddings --- service_status.bat | 4 ---- 1 file changed, 4 deletions(-) diff --git a/service_status.bat b/service_status.bat index 6718167..5d54e62 100644 --- a/service_status.bat +++ b/service_status.bat @@ -2,8 +2,6 @@ chcp 65001 > nul :: 65001 - UTF-8 - - if "%~1"=="" ( echo Checking already running service instances, see services.msc for more info call :test_service zapret @@ -14,8 +12,6 @@ if "%~1"=="" ( call :test_service "%~1" "soft" ) - - exit /b :test_service