Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilherme Filippo
ISPConfig 3
Commits
491e3597
Commit
491e3597
authored
Sep 28, 2011
by
Falko Timme
Browse files
- Fixed syntax error in fedora.lib.php on line 870.
parent
99b55bfb
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/dist/lib/fedora.lib.php
View file @
491e3597
...
...
@@ -866,7 +866,7 @@ class installer_dist extends installer_base {
// Allow the ispapps vhost access to /etc/squirrelmail
$command
=
'usermod -a -G '
.
$conf
[
'apache'
][
'group'
]
.
' ispapps'
;
caselog
(
$command
.
' &> /dev/null'
,
__FILE__
,
__LINE__
,
"EXECUTED:
$command
"
,
"Failed to execute the command
$command
"
);
$command
=
'usermod -a -G ispapps '
.
$conf
[
'nginx'
][
'user'
]
'
;
$command
=
'usermod -a -G ispapps '
.
$conf
[
'nginx'
][
'user'
];
caselog
(
$command
.
' &> /dev/null'
,
__FILE__
,
__LINE__
,
"EXECUTED:
$command
"
,
"Failed to execute the command
$command
"
);
}
...
...
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