Private GIT

Skip to content
Snippets Groups Projects
Commit 34fd963c authored by tcharles's avatar tcharles Committed by GitHub
Browse files

Fix file owner

fix the following error while doing a cfgMove

Please check that files in the followings directory are writable by apache user : /etc/centreon-engine/
Please check that files in the followings directory are writable by apache user : /etc/centreon-broker/
parent d723b55d
Branches
No related tags found
No related merge requests found
...@@ -479,6 +479,9 @@ class CentreonConfigPoller { ...@@ -479,6 +479,9 @@ class CentreonConfigPoller {
/* Get Apache user name */ /* Get Apache user name */
$apacheUser = $this->getApacheUser(); $apacheUser = $this->getApacheUser();
/*Get Centreon group name */
$centreonGroup = $this->getCentreonGroup();
/** /**
* Move files. * Move files.
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment