File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 621621if ($ conf ['saslauthd ' ]['installed ' ] == true && $ conf ['saslauthd ' ]['init_script ' ] != '' ) system ($ inst ->getinitcommand ($ conf ['saslauthd ' ]['init_script ' ], 'restart ' ));
622622if ($ conf ['amavis ' ]['installed ' ] == true && $ conf ['amavis ' ]['init_script ' ] != '' ) system ($ inst ->getinitcommand ($ conf ['amavis ' ]['init_script ' ], 'restart ' ));
623623if ($ conf ['rspamd ' ]['installed ' ] == true && $ conf ['rspamd ' ]['init_script ' ] != '' ) system ($ inst ->getinitcommand ($ conf ['rspamd ' ]['init_script ' ], 'restart ' ));
624- if ($ conf ['clamav ' ]['installed ' ] == true && $ conf ['clamav ' ]['init_script ' ] != '' ) system ($ inst ->getinitcommand ($ conf ['clamav ' ]['init_script ' ], 'restart ' ));
624+ if ($ conf ['clamav ' ]['installed ' ] == true && $ conf ['clamav ' ]['init_script ' ] != '' && $ conf [ ' amavis ' ][ ' installed ' ] == true ) system ($ inst ->getinitcommand ($ conf ['clamav ' ]['init_script ' ], 'restart ' ));
625625if ($ conf ['courier ' ]['installed ' ] == true ){
626626 if ($ conf ['courier ' ]['courier-authdaemon ' ] != '' ) system ($ inst ->getinitcommand ($ conf ['courier ' ]['courier-authdaemon ' ], 'restart ' ));
627627 if ($ conf ['courier ' ]['courier-imap ' ] != '' ) system ($ inst ->getinitcommand ($ conf ['courier ' ]['courier-imap ' ], 'restart ' ));
Original file line number Diff line number Diff line change 580580 if ($ conf ['saslauthd ' ]['installed ' ] == true && $ conf ['saslauthd ' ]['init_script ' ] != '' ) system ($ inst ->getinitcommand ($ conf ['saslauthd ' ]['init_script ' ], 'restart ' ));
581581 if ($ conf ['amavis ' ]['installed ' ] == true && $ conf ['amavis ' ]['init_script ' ] != '' ) system ($ inst ->getinitcommand ($ conf ['amavis ' ]['init_script ' ], 'restart ' ));
582582 if ($ conf ['rspamd ' ]['installed ' ] == true && $ conf ['rspamd ' ]['init_script ' ] != '' ) system ($ inst ->getinitcommand ($ conf ['rspamd ' ]['init_script ' ], 'restart ' ));
583- if ($ conf ['clamav ' ]['installed ' ] == true && $ conf ['clamav ' ]['init_script ' ] != '' ) system ($ inst ->getinitcommand ($ conf ['clamav ' ]['init_script ' ], 'restart ' ));
583+ if ($ conf ['clamav ' ]['installed ' ] == true && $ conf ['clamav ' ]['init_script ' ] != '' && $ conf [ ' amavis ' ][ ' installed ' ] == true ) system ($ inst ->getinitcommand ($ conf ['clamav ' ]['init_script ' ], 'restart ' ));
584584 if ($ conf ['courier ' ]['installed ' ] == true ){
585585 if ($ conf ['courier ' ]['courier-authdaemon ' ] != '' ) system ($ inst ->getinitcommand ($ conf ['courier ' ]['courier-authdaemon ' ], 'restart ' ));
586586 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