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

Commit

Permalink
enh message
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 committed Jan 6, 2020
1 parent 23bb489 commit 54dad9b
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 @@ -93,7 +93,7 @@
file_put_contents(_CENTREON_ETC_ . '/gorgoned.yml', $content);
}
if (!file_exists(_CENTREON_ETC_ . '/gorgoned.yml') || 0 === filesize(_CENTREON_ETC_ . '/gorgoned.yml')) {
throw new \InvalidArgumentException('Gorgone configuration file wasn\'t created properly');
throw new \InvalidArgumentException('Gorgone configuration file isn\'t created properly');
}
} catch (Exception $e) {
$centreonLog->insertLog(
Expand Down

0 comments on commit 54dad9b

Please sign in to comment.