mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
return instead of exit
This commit is contained in:
@@ -88,7 +88,7 @@ if (explode('.', max($filelist), 2)[0] <= $db_rev) {
|
||||
if ($debug) {
|
||||
echo "DB Schema already up to date.\n";
|
||||
}
|
||||
exit(0);
|
||||
return;
|
||||
}
|
||||
|
||||
if (!dbGetLock('schema_update')) {
|
||||
|
||||
Reference in New Issue
Block a user