diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/standalone/net_applet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/net_applet b/perl-install/standalone/net_applet index e06c786a5..68229c8e7 100644 --- a/perl-install/standalone/net_applet +++ b/perl-install/standalone/net_applet @@ -80,7 +80,7 @@ my %actions = ( choice_selected => sub { $_[0] eq $netcnx->{PROFILE} }, launch => sub { $netcnx->{PROFILE} = $_[0]; - network::netconnect::set_profile($netcnx); + network::tools::bg_command_as_root('/sbin/set-netprofile', $netcnx->{PROFILE}); checkNetworkForce(); } }, |