Commit b78d1512 authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

missing semi colon

(cherry picked from commit 7c23799e)
parent 2835c174
......@@ -356,7 +356,7 @@ EOD;
if (isset($config['unbound']['regdhcp'])) {
// include dynamic leases
@touch("{$g['unbound_chroot_path']}/dhcpleases.conf");
$unboundconf .= "\ninclude: {$g['unbound_chroot_path']}/dhcpleases.conf\n"
$unboundconf .= "\ninclude: {$g['unbound_chroot_path']}/dhcpleases.conf\n";
}
file_put_contents("{$g['unbound_chroot_path']}/unbound.conf", $unboundconf);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment