Commit 5d5d88ee authored by latham's avatar latham
Browse files

Fix issue with errordocs ownership

parent 46c7758c
......@@ -488,6 +488,7 @@ class apache2_plugin {
}
}
exec('chmod -R a+r '.$error_page_path);
exec('chown -R '.$data['new']['system_user'].':'.$data['new']['system_group'].' '.$error_page_path);
} // end copy error docs
// Create group and user, if not exist
......
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