mirror of
https://github.com/Flowseal/zapret-discord-youtube.git
synced 2026-03-16 08:41:54 +00:00
Added quotes for escaping
This commit is contained in:
@@ -11,8 +11,8 @@ if "%1"=="admin" (
|
||||
exit /b
|
||||
)
|
||||
|
||||
set LISTS=%~dp0lists\
|
||||
set FILE=%LISTS%ipset-cloudflare.txt
|
||||
set "LISTS=%~dp0lists\"
|
||||
set "FILE=%LISTS%ipset-cloudflare.txt"
|
||||
|
||||
if not exist "%FILE%" (
|
||||
echo Error! ipset-cloudflare.txt not found, path: %FILE%
|
||||
|
||||
Reference in New Issue
Block a user