diff --git a/src/etc/inc/plugins.inc.d/unbound.inc b/src/etc/inc/plugins.inc.d/unbound.inc index 7249d1eeb..45cfc3374 100644 --- a/src/etc/inc/plugins.inc.d/unbound.inc +++ b/src/etc/inc/plugins.inc.d/unbound.inc @@ -46,7 +46,7 @@ function unbound_configure() 'local' => array('unbound_configure_do'), 'newwanip' => array('unbound_configure_do:2'), 'unbound_start' => array('unbound_configure_do'), - 'unbound_stop' => array('unbound_service_stop') + 'unbound_stop' => array('unbound_service_stop'), ); }