Skip to content

Commit 0c04df3

Browse files
author
A. Täffner
committed
last typo. Tested, Working as expected.
1 parent 2d9676a commit 0c04df3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/plugins-available/bind_plugin.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ function soa_dnssec_update(&$data, $new=false) {
180180
//* Check for available entropy
181181
if (file_get_contents('/proc/sys/kernel/random/entropy_avail') < 200) {
182182
$app->log('DNSSEC ERROR: We are low on entropy. This could cause server script to fail. Please consider installing package haveged.', LOGLEVEL_ERR);
183-
echo "DNSSEC ERROR: We are low on entropy. This could cause server script to fail. Please consider installing package haveged.\n"
183+
echo "DNSSEC ERROR: We are low on entropy. This could cause server script to fail. Please consider installing package haveged.\n";
184184
return false;
185185
}
186186

0 commit comments

Comments
 (0)