diff options
Diffstat (limited to 'postfix_wizard')
-rw-r--r-- | postfix_wizard/scripts/Postfixconf.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/postfix_wizard/scripts/Postfixconf.pm b/postfix_wizard/scripts/Postfixconf.pm index a7733e8d..9ca428db 100644 --- a/postfix_wizard/scripts/Postfixconf.pm +++ b/postfix_wizard/scripts/Postfixconf.pm @@ -61,5 +61,6 @@ sub do_it { system("postfix check"); system("service postfix restart"); system("service xinetd restart"); + 10; } |