dns/bind: if we have $verbose we might as well use it

This commit is contained in:
Franco Fichtner
2023-03-24 15:06:34 +01:00
parent 96129ccaab
commit 0d44da2dec
@@ -78,6 +78,10 @@ function bind_xmlrpc_sync()
function bind_configure_do($verbose)
{
service_log('Starting BIND...', $verbose);
configd_run('template reload OPNsense/Bind');
configd_run('bind restart');
service_log("done.\n", $verbose);
}