diff options
Diffstat (limited to 'bin/drakconnect')
-rwxr-xr-x | bin/drakconnect | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/drakconnect b/bin/drakconnect index fa30628..45ac58e 100755 --- a/bin/drakconnect +++ b/bin/drakconnect @@ -70,7 +70,7 @@ if (/--del/) { } if (/--internet/) { require network::drakconnect::global; - network::drakconnect::global::configure_net($in, $net); + network::drakconnect::global::configure_net($in, $net, $modules_conf); } # default is to run wizard |