summaryrefslogtreecommitdiffstats
path: root/bin/drakconnect
diff options
context:
space:
mode:
Diffstat (limited to 'bin/drakconnect')
-rwxr-xr-xbin/drakconnect2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/drakconnect b/bin/drakconnect
index a1fe8f7..c259a46 100755
--- a/bin/drakconnect
+++ b/bin/drakconnect
@@ -60,9 +60,9 @@ if (/--skip-wizard/) {
add_intf();
}
+$modules_conf->write;
$in->exit(0);
sub add_intf() {
network::netconnect::safe_main($net, $in, $modules_conf);
- $modules_conf->write;
}