mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix: Don't lock the schema during install.php (#7051)
This commit is contained in:
committed by
Neil Lathwood
parent
dedfc6c1d8
commit
8e85eebe32
@@ -40,7 +40,7 @@ $db_vars = array(
|
||||
'dbsocket' => 's',
|
||||
);
|
||||
|
||||
$cmd = $config['install_dir'] . '/build-base.php';
|
||||
$cmd = $config['install_dir'] . '/build-base.php -l';
|
||||
|
||||
foreach ($db_vars as $var => $opt) {
|
||||
if ($_SESSION[$var]) {
|
||||
|
||||
Reference in New Issue
Block a user