Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
Zvonimir
ISPConfig 3
Commits
9b686600
Commit
9b686600
authored
Apr 23, 2014
by
Till Brehm
Browse files
And again...
parent
7db4cd93
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/dist/lib/debian60.lib.php
View file @
9b686600
...
...
@@ -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
"
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment