A. Täffner
2016-04-11 0c04df302b137cbfc73dbb00f202eb38ae7a17f5
last typo. Tested, Working as expected.
1 files modified
2 ■■■ changed files
server/plugins-available/bind_plugin.inc.php 2 ●●● patch | view | raw | blame | history
server/plugins-available/bind_plugin.inc.php
@@ -180,7 +180,7 @@
        //* Check for available entropy
        if (file_get_contents('/proc/sys/kernel/random/entropy_avail') < 200) {
            $app->log('DNSSEC ERROR: We are low on entropy. This could cause server script to fail. Please consider installing package haveged.', LOGLEVEL_ERR);
            echo "DNSSEC ERROR: We are low on entropy. This could cause server script to fail. Please consider installing package haveged.\n"
            echo "DNSSEC ERROR: We are low on entropy. This could cause server script to fail. Please consider installing package haveged.\n";
            return false;
        }