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:
Tony Murray
2018-05-10 02:18:57 -05:00
committed by Neil Lathwood
parent 0020479fc8
commit e4bc556874
4 changed files with 50 additions and 5 deletions

View File

@@ -64,7 +64,7 @@ return [
|
*/
'timezone' => 'UTC',
'timezone' => null, // set to null to avoid setting timezone
/*
|--------------------------------------------------------------------------