Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
Fix file owner
Browse files Browse the repository at this point in the history
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/
  • Loading branch information
tcharles authored Jul 15, 2016
1 parent d723b55 commit 34fd963
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions www/class/centreon-clapi/centreon.Config.Poller.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,9 @@ public function cfgMove($variables) {

/* Get Apache user name */
$apacheUser = $this->getApacheUser();

/*Get Centreon group name */
$centreonGroup = $this->getCentreonGroup();

/**
* Move files.
Expand Down

0 comments on commit 34fd963

Please sign in to comment.