diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-07-04 13:59:22 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-07-04 13:59:22 +0300 |
| commit | b989b1cd5b1d00eeb0e50653e53de7990da8e95f (patch) | |
| tree | 0b8e17b983bb7c7f34ffae7e852eb44a5c249cd0 | |
| parent | 775a6066f1c2cf888417aab3cceca8119f5d3574 (diff) | |
stop checking for pidlock in yet another place
| -rwxr-xr-x | update.php | 2 |
1 files changed, 1 insertions, 1 deletions
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); |