Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mushroomempires committed May 20, 2024
1 parent db496b9 commit d880c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion centreon/unattended.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1173,7 +1173,7 @@ function install_central() {

log "INFO" "Centreon [$topology] installation from [${CENTREON_REPO}]"

if [[ "$version" =~ "24.0[1-9]" || "$version" =~ "24.1[0-2]" ]]; then
if [[ "$version" =~ 24.0[1-9] || "$version" =~ 24.1[0-2] ]]; then
if [[ $dbms == "MariaDB" ]]; then
CENTREON_DBMS_PKG="centreon-mariadb"
else
Expand Down

0 comments on commit d880c0a

Please sign in to comment.