Commit 90afc995 authored by Marius Burkard's avatar Marius Burkard
Browse files

- missed changing app->system to this.

parent 8ab148b3
......@@ -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) {
......
Supports Markdown
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