From 54bb104804dbe46571eea872725f858f6d92d0fd Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Fri, 9 Sep 2005 08:56:08 +0000 Subject: fix test of old configuration files --- kolab_wizard/Kolab.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kolab_wizard/Kolab.pm b/kolab_wizard/Kolab.pm index e398b6cd..3a5c0414 100755 --- a/kolab_wizard/Kolab.pm +++ b/kolab_wizard/Kolab.pm @@ -239,7 +239,7 @@ sub do_it_master_withoutca { sub do_it_master { return if $::testing; my $oldconf; - !-f "/etc/kolab/.kolab2_configured" and $oldconf = "y"; + -f "/etc/kolab/.kolab2_configured" and $oldconf = "y"; MDK::Wizard::Wizcommon_gtk2::gtk_log("service kolab stop", "Kolab stop..."); my $in = 'interactive'->vnew('su', 'Kolab server'); my $w = $in->wait_message(N("Kolab server"), N("Configuring Kolab server on your system...")); -- cgit v1.2.1