From ca4ceed3455881fd6b244035faf663c2ba7ccf1a Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 14 Mar 2008 12:41:33 +0000 Subject: always write modules conf before exiting (this could fix some bugs with drakconnect --del) --- bin/drakconnect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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; } -- cgit v1.2.1