diff options
Diffstat (limited to 'perl-install/install2.pm')
-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 a1b69edba..cdeefb372 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -238,7 +238,7 @@ sub configureNetwork { #- get current configuration of network device. require network; eval { network::read_all_conf($o->{prefix}, $o->{netc} ||= {}, $o->{intf} ||= {}) }; - installStepsCall($o, $auto, 'configureNetwork', $ent_number == 1, $clicked); + installStepsCall($o, $auto, 'configureNetwork'); } #------------------------------------------------------------------------------ sub installUpdates { |