summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xkolab_wizard/Kolab.pm1
-rwxr-xr-xweb_wizard/Apache.pm1
2 files changed, 2 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..."));
diff --git a/web_wizard/Apache.pm b/web_wizard/Apache.pm
index 845d8e8c..c534d198 100755
--- a/web_wizard/Apache.pm
+++ b/web_wizard/Apache.pm
@@ -189,6 +189,7 @@ sub chg_docroot {
substInFile {
s|^(\s*\|)<Directory\s*.*|<Directory $o->{var}{shared_dir}>|;
} $file;
+ system("chown -R $o->{var}{shared_dir}");
}
sub is_user_mod {