Skip to content
Snippets Groups Projects
Commit 5d5d88ee authored by latham's avatar latham
Browse files

Fix issue with errordocs ownership

parent 46c7758c
No related branches found
No related tags found
2 merge requests!46Master,!21Master
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment