Removed extra paddings

This commit is contained in:
Flowseal 2025-04-04 21:29:38 +03:00
parent 34dd7d4386
commit da26f27c3d

View File

@ -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