mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
Fix freshclam running from SmartSoft. (#446)
This commit is contained in:
committed by
Franco Fichtner
parent
c3ed686be2
commit
1feb15e25f
@@ -45,7 +45,7 @@ function clamav_services()
|
||||
);
|
||||
}
|
||||
|
||||
if (isset($config['OPNsense']['clamav']['freshclam']['enabled']) && $config['OPNsense']['clamav']['freshclam']['enabled'] == 1) {
|
||||
if (isset($config['OPNsense']['clamav']['general']['fc_enabled']) && $config['OPNsense']['clamav']['general']['fc_enabled'] == 1) {
|
||||
$services[] = array(
|
||||
'description' => gettext('freshclam daemon'),
|
||||
'configd' => array(
|
||||
|
||||
Reference in New Issue
Block a user