mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
unbound: my favourite way to reduce future diffs is a trailing comma
This commit is contained in:
parent
fff42a1264
commit
9be3015c75
@ -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'),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user