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

Commit

Permalink
change path
Browse files Browse the repository at this point in the history
Co-Authored-By: Kevin Duret <kduret@centreon.com>
  • Loading branch information
sc979 and kduret authored Jan 6, 2020
1 parent a623bc9 commit 23bb489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/install/php/Update-20.04.0-beta.1.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

$instanceMode = "";

$fileToOpen = _CENTREON_ETC_ . './conf.pm';
$fileToOpen = _CENTREON_ETC_ . '/conf.pm';
// check if conf.pm exists and is not empty
if (!file_exists($fileToOpen) || 0 === filesize($fileToOpen)) {
throw new \InvalidArgumentException('Missing or empty centreon \'conf.pm\' file');
Expand Down

0 comments on commit 23bb489

Please sign in to comment.