mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
More pre-boot checks (#8685)
* More pre boot checks Check php extensions Laravel framework sub directories. Check that web user belongs to the librenms group. Make it clear that commands need to be run on the LibreNMS server. * Handle spaces in .env function was only public for testing
This commit is contained in:
committed by
Neil Lathwood
parent
0020479fc8
commit
e4bc556874
@@ -64,7 +64,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'timezone' => 'UTC',
|
||||
'timezone' => null, // set to null to avoid setting timezone
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user