mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
validate.php proper exit code (#16274)
some fixes around database & poller checks
This commit is contained in:
@@ -100,7 +100,7 @@ if (! module_selected('nodb', $init_modules)) {
|
||||
echo "Check the install docs for more info: https://docs.librenms.org/Installation/\n";
|
||||
}
|
||||
|
||||
exit;
|
||||
exit(1);
|
||||
}
|
||||
}
|
||||
\LibreNMS\DB\Eloquent::setStrictMode(false); // disable strict mode for legacy code...
|
||||
|
Reference in New Issue
Block a user