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
Webslice
ISPConfig 3
Commits
90afc995
Commit
90afc995
authored
Aug 26, 2019
by
Marius Burkard
Browse files
- missed changing app->system to this.
parent
8ab148b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/lib/classes/system.inc.php
View file @
90afc995
...
...
@@ -2154,8 +2154,8 @@ class system{
}
// Change ownership of the chroot directory to root
$
app
->
system
->
chown
(
$home_dir
,
'root'
);
$
app
->
system
->
chgrp
(
$home_dir
,
'root'
);
$
this
->
chown
(
$home_dir
,
'root'
);
$
this
->
chgrp
(
$home_dir
,
'root'
);
$app_args
=
''
;
foreach
(
$app_sections
as
$app_section
)
{
...
...
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