From b989b1cd5b1d00eeb0e50653e53de7990da8e95f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 4 Jul 2025 13:59:22 +0300 Subject: [PATCH] stop checking for pidlock in yet another place --- update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.php b/update.php index 362d056a3..a4ef7e239 100755 --- a/update.php +++ b/update.php @@ -181,7 +181,7 @@ $lock_handle = make_lockfile($lock_filename); - if (isset($options["task"]) && isset($options["pidlock"])) { + if (isset($options["task"])) { $waits = $options["task"] * 5; Debug::log("Waiting before update ($waits)..."); sleep($waits);