mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-03 18:44:36 -04:00
Show npm/node status in health check
This commit is contained in:
parent
14528280d8
commit
559a4d831f
@ -71,8 +71,8 @@ class SystemHealth
|
|||||||
'env_writable' => self::checkEnvWritable(),
|
'env_writable' => self::checkEnvWritable(),
|
||||||
//'mail' => self::testMailServer(),
|
//'mail' => self::testMailServer(),
|
||||||
'simple_db_check' => (bool) self::simpleDbCheck(),
|
'simple_db_check' => (bool) self::simpleDbCheck(),
|
||||||
//'npm_status' => self::checkNpm(),
|
'npm_status' => self::checkNpm(),
|
||||||
//'node_status' => self::checkNode(),
|
'node_status' => self::checkNode(),
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user