Skip to content
Snippets Groups Projects
Commit 0c04df30 authored by A. Täffner's avatar A. Täffner
Browse files

last typo. Tested, Working as expected.

parent 2d9676a1
No related branches found
No related tags found
No related merge requests found
......@@ -180,7 +180,7 @@ class bind_plugin {
//* 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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment