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