From 8ff22cb85f3744463e99b0493f963b4733434a35 Mon Sep 17 00:00:00 2001 From: Daouda Lo Date: Thu, 24 Mar 2005 11:50:36 +0000 Subject: sync --- mdkonline | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mdkonline') diff --git a/mdkonline b/mdkonline index 639a31ce..be7f6da3 100755 --- a/mdkonline +++ b/mdkonline @@ -49,12 +49,12 @@ $ia = 1; GetOptions('interactive!' => \$ia, 'login=s' => \$login, 'pass=s' => \$password, 'box=s' => \$boxname, 'country:s' => \$country); +my $in = interactive->vnew('su') if $ia; + #for compatibilities mkdir_p($confdir) if !-d $confdir; -e '/root/.mdkupdate' and system("mv", "/root/.mdkupdate", $conffile); -my $in = interactive->vnew('su') if $ia; - $::Wizard_title = N("Mandrakeonline"); my %choices = ( -- cgit v1.2.1