summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install_steps.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index 62e1f699c..b54098702 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -701,7 +701,6 @@ sub configureNetwork {
require network::netconnect;
$o->{netcnx}{$_} = $o->{netc}{$_} foreach qw(NET_DEVICE NET_INTERFACE);
$o->{netcnx}{NET_INTERFACE} and network::netconnect::set_net_conf($o->{netcnx}, $o->{netc});
- network::netconnect::save_conf($o->{netcnx});
}
}