Added quotes for escaping

This commit is contained in:
duh-git
2025-04-12 23:17:48 +03:00
committed by Flowseal
parent 0360ff318b
commit 2ed3c1e279
13 changed files with 26 additions and 26 deletions

View File

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