File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 576576 if ($ conf ['saslauthd ' ]['installed ' ] == true && $ conf ['saslauthd ' ]['init_script ' ] != '' ) system ($ inst ->getinitcommand ($ conf ['saslauthd ' ]['init_script ' ], 'restart ' ));
577577 if ($ conf ['amavis ' ]['installed ' ] == true && $ conf ['amavis ' ]['init_script ' ] != '' ) system ($ inst ->getinitcommand ($ conf ['amavis ' ]['init_script ' ], 'restart ' ));
578578 if ($ conf ['rspamd ' ]['installed ' ] == true && $ conf ['rspamd ' ]['init_script ' ] != '' ) system ($ inst ->getinitcommand ($ conf ['rspamd ' ]['init_script ' ], 'restart ' ));
579- if ($ conf ['clamav ' ]['installed ' ] == true && $ conf ['clamav ' ]['init_script ' ] != '' ) system ($ inst ->getinitcommand ($ conf ['clamav ' ]['init_script ' ], 'restart ' ));
579+ if ($ conf ['clamav ' ]['installed ' ] == true && $ conf ['clamav ' ]['init_script ' ] != '' && $ conf [ ' amavis ' ][ ' installed ' ] == true ) system ($ inst ->getinitcommand ($ conf ['clamav ' ]['init_script ' ], 'restart ' ));
580580 if ($ conf ['courier ' ]['installed ' ] == true ){
581581 if ($ conf ['courier ' ]['courier-authdaemon ' ] != '' ) system ($ inst ->getinitcommand ($ conf ['courier ' ]['courier-authdaemon ' ], 'restart ' ));
582582 if ($ conf ['courier ' ]['courier-imap ' ] != '' ) system ($ inst ->getinitcommand ($ conf ['courier ' ]['courier-imap ' ], 'restart ' ));
You can’t perform that action at this time.
0 commit comments