diff options
| -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); |