Skip to content
Snippets Groups Projects
Commit 9b686600 authored by Till Brehm's avatar Till Brehm
Browse files

And again...

parent 7db4cd93
Branches
Tags 3.0.5.4
No related merge requests found
......@@ -118,7 +118,7 @@ class installer extends installer_base {
chgrp($config_dir.'/'.$configfile, 'root');
// Dovecot shall ignore mounts in website directory
exec("doveadm mount add '/var/www/*' ignore");
if(is_installed('doveadm')) exec("doveadm mount add '/var/www/*' ignore > /dev/null 2> /dev/null");
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment