mirror of
https://github.com/Flowseal/zapret-discord-youtube.git
synced 2026-03-17 22:01:53 +00:00
Removed extra paddings
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user