diff options
Diffstat (limited to 'kolab_wizard/Kolab.pm')
-rwxr-xr-x | kolab_wizard/Kolab.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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...")); |