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%';" ^