From 69ffda8cbf2bca07abb436cfc357ffebcd702b50 Mon Sep 17 00:00:00 2001 From: Flowseal Date: Sat, 18 Jul 2026 15:30:49 +0300 Subject: [PATCH] fixes #15952 --- service.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.bat b/service.bat index 3a6f53a..bb1b80f 100644 --- a/service.bat +++ b/service.bat @@ -934,7 +934,7 @@ set "requestUrl=%hostsUrl%?t=%cacheBuster%" echo Checking hosts file... if exist "%SystemRoot%\System32\curl.exe" ( - curl -L -s --fail -o "%tempFile%" "%requestUrl%" + curl -L -s -o "%tempFile%" "%requestUrl%" ) else ( powershell -NoProfile -Command ^ "$url = '%requestUrl%';" ^