diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/drakconnect | 3 |
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); } |