1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-14 17:27:23 +01:00

status checks: dont die if openssh-server isn't installed

see https://discourse.mailinabox.email/t/local-dns-is-not-working-was-unable-to-check-system-status/165/39
This commit is contained in:
Joshua Tauberer
2015-01-02 22:55:28 +00:00
parent 3d8ea0e6ed
commit f141af4b61
2 changed files with 14 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ in development
Control panel:
* Status checks would fail to load if openssh-sever was not pre-installed, but openssh-server is not required.
* The local DNS cache is cleared before running the status checks using 'rncd' now rather than restarting 'bind9', which should be faster and wont interrupt other services.
v0.05 (November 18, 2014)