diff options
Diffstat (limited to 'common/Wizcommon.pm')
-rw-r--r-- | common/Wizcommon.pm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/common/Wizcommon.pm b/common/Wizcommon.pm index f9ae4c7b..676b3138 100644 --- a/common/Wizcommon.pm +++ b/common/Wizcommon.pm @@ -27,7 +27,7 @@ use MDK::Common; use MDK::Wizard::IFCFG; our @ISA = qw(Exporter); -our @EXPORT = qw(check_started run_command_and_log test_host_domain wizard_progress_bar); +our @EXPORT = qw(check_started test_host_domain); my $net; @@ -97,6 +97,7 @@ sub wizard_progress_bar { } close TMP; $my_win->destroy; + return 0; } @@ -156,4 +157,4 @@ sub run_command_and_log { $w->show; } -1 +1; |