mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
dns/bind: if we have $verbose we might as well use it
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user