dns/bind: style sweep

This commit is contained in:
Franco Fichtner 2025-07-02 08:25:13 +02:00
parent fb01f6c448
commit 4040c379a0

View file

@ -47,7 +47,7 @@ class BindOverrideStatus extends AbstractStatus
public function collectStatus()
{
if (count(glob('/usr/local/etc/namedb/named.conf.d/*'))>1) {
if (count(glob('/usr/local/etc/namedb/named.conf.d/*')) > 1) {
$this->internalMessage = gettext(
'The configuration contains manual overwrites, these may interfere with the settings configured here.'
);