Fixing force-flag for lock-releasing
This commit is contained in:
@@ -60,7 +60,7 @@ class Update
|
||||
// In force mode, we release the dbupdate lock first
|
||||
// Necessary in case of an stuck update
|
||||
if ($force) {
|
||||
Lock::release('dbupdate');
|
||||
Lock::release('dbupdate', true);
|
||||
}
|
||||
|
||||
$build = Config::get('system', 'build');
|
||||
|
||||
Reference in New Issue
Block a user