summaryrefslogtreecommitdiffstats
path: root/kolab_wizard/Kolab.pm
diff options
context:
space:
mode:
Diffstat (limited to 'kolab_wizard/Kolab.pm')
-rwxr-xr-xkolab_wizard/Kolab.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/kolab_wizard/Kolab.pm b/kolab_wizard/Kolab.pm
index f512966d..512d14c0 100755
--- a/kolab_wizard/Kolab.pm
+++ b/kolab_wizard/Kolab.pm
@@ -238,6 +238,7 @@ sub do_it_master_withoutca {
sub do_it_master {
return if $::testing;
+ !-f "/etc/kolab/.kolab2_configured" and system("touch /etc/kolab/.kolab2_configured");
MDK::Wizard::Wizcommon_gtk2::gtk_log("service kolab stop", "");
my $in = 'interactive'->vnew('su', 'Kolab server');
my $w = $in->wait_message(N("Kolab server"), N("Configuring Kolab server on your system..."));