From 307ebd80da743e1eb29e5ab73182e8a35b801e68 Mon Sep 17 00:00:00 2001 From: Arnaud Desmons Date: Mon, 5 Aug 2002 08:53:51 +0000 Subject: added a return value to do_it --- postfix_wizard/scripts/Postfixconf.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'postfix_wizard') 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; } -- cgit v1.2.1