From 6088a8297da46b8730fa319747d6b2cf73f0d281 Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Fri, 14 Jul 2023 04:41:23 +0100 Subject: [PATCH] jackett_launcher.bat: drop old XP support --- jackett_launcher.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jackett_launcher.bat b/jackett_launcher.bat index 79eae9cec..1e053efa3 100755 --- a/jackett_launcher.bat +++ b/jackett_launcher.bat @@ -10,7 +10,7 @@ if errorlevel 1 ( goto continue ) else ( echo JackettUpdater is still running - ping -n 2 127.0.0.1 > nul + timeout /t 1 /nobreak > nul goto loop )