stop checking for pidlock in yet another place

This commit is contained in:
Andrew Dolgov 2025-07-04 13:59:22 +03:00
parent 775a6066f1
commit b989b1cd5b
No known key found for this signature in database
GPG Key ID: 1A56B4FA25D4AF2A

View File

@ -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);