diff options
-rw-r--r-- | perl-install/install2.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 752d7d77e..507c56af0 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -267,7 +267,7 @@ sub configureNetwork { #------------------------------------------------------------------------------ sub installUpdates { my ($_clicked, $_ent_number, $auto) = @_; - installStepsCall($o, $auto, 'installUpdates'); + installStepsCall($o, $auto, 'installUpdates') if $o->{meta_class} ne 'firewall'; } #------------------------------------------------------------------------------ sub configureServices { |