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 617617if ($ conf ['saslauthd ' ]['installed ' ] == true && $ conf ['saslauthd ' ]['init_script ' ] != '' ) system ($ inst ->getinitcommand ($ conf ['saslauthd ' ]['init_script ' ], 'restart ' ));
618618if ($ conf ['amavis ' ]['installed ' ] == true && $ conf ['amavis ' ]['init_script ' ] != '' ) system ($ inst ->getinitcommand ($ conf ['amavis ' ]['init_script ' ], 'restart ' ));
619619if ($ conf ['rspamd ' ]['installed ' ] == true && $ conf ['rspamd ' ]['init_script ' ] != '' ) system ($ inst ->getinitcommand ($ conf ['rspamd ' ]['init_script ' ], 'restart ' ));
620- if ($ conf ['clamav ' ]['installed ' ] == true && $ conf ['clamav ' ]['init_script ' ] != '' ) system ($ inst ->getinitcommand ($ conf ['clamav ' ]['init_script ' ], 'restart ' ));
620+ if ($ conf ['clamav ' ]['installed ' ] == true && $ conf ['clamav ' ]['init_script ' ] != '' && $ conf [ ' amavis ' ][ ' installed ' ] == true ) system ($ inst ->getinitcommand ($ conf ['clamav ' ]['init_script ' ], 'restart ' ));
621621if ($ conf ['courier ' ]['installed ' ] == true ){
622622 if ($ conf ['courier ' ]['courier-authdaemon ' ] != '' ) system ($ inst ->getinitcommand ($ conf ['courier ' ]['courier-authdaemon ' ], 'restart ' ));
623623 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