Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISPConfig
ISPConfig 3
Commits
2923d7ce
Commit
2923d7ce
authored
Apr 29, 2017
by
Marius Burkard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- fixed error in postfix after upgrade to 3.1, fixes #4646
parent
71066ac6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
install/lib/installer_base.lib.php
install/lib/installer_base.lib.php
+1
-1
No files found.
install/lib/installer_base.lib.php
View file @
2923d7ce
...
...
@@ -894,7 +894,7 @@ class installer_base {
wf
(
$full_file_name
,
'/^/ FILTER amavis:[127.0.0.1]:10024'
);
//* Changing mode and group of the new created config files.
caselog
(
'chmod o= '
.
$config_dir
.
'/mysql-virtual_*.cf* &> /dev/null'
,
caselog
(
'chmod
u=rw,g=r,
o= '
.
$config_dir
.
'/mysql-virtual_*.cf* &> /dev/null'
,
__FILE__
,
__LINE__
,
'chmod on mysql-virtual_*.cf*'
,
'chmod on mysql-virtual_*.cf* failed'
);
caselog
(
'chgrp '
.
$cf
[
'group'
]
.
' '
.
$config_dir
.
'/mysql-virtual_*.cf* &> /dev/null'
,
__FILE__
,
__LINE__
,
'chgrp on mysql-virtual_*.cf*'
,
'chgrp on mysql-virtual_*.cf* failed'
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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