Removed extra paddings

This commit is contained in:
Flowseal 2025-04-04 21:29:38 +03:00
parent 6ea2950d13
commit 3911688102

View File

@ -2,8 +2,6 @@
chcp 65001 > nul chcp 65001 > nul
:: 65001 - UTF-8 :: 65001 - UTF-8
if "%~1"=="" ( if "%~1"=="" (
echo Checking already running service instances, see services.msc for more info echo Checking already running service instances, see services.msc for more info
call :test_service zapret call :test_service zapret
@ -14,8 +12,6 @@ if "%~1"=="" (
call :test_service "%~1" "soft" call :test_service "%~1" "soft"
) )
exit /b exit /b
:test_service :test_service