mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 06:03:28 +00:00
Use common reload function
This commit is contained in:
@@ -34,8 +34,7 @@ return undef;
|
||||
sub post_restore
|
||||
{
|
||||
if (&is_postfix_running()) {
|
||||
local $out = `$config{'postfix_control_command'} -c $config_dir reload 2>&1`;
|
||||
return "<tt>$out</tt>" if ($?);
|
||||
return &reload_postfix();
|
||||
}
|
||||
return undef;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user