fix(setup): Typo in variable substitution

Fixes #1082
This commit is contained in:
Antoine Cotten
2025-07-09 19:25:51 +02:00
parent a56ae17be9
commit 47c85aaf11

View File

@@ -17,7 +17,7 @@ users_passwords=(
[filebeat_internal]="${FILEBEAT_INTERNAL_PASSWORD:-}"
[heartbeat_internal]="${HEARTBEAT_INTERNAL_PASSWORD:-}"
[monitoring_internal]="${MONITORING_INTERNAL_PASSWORD:-}"
[beats_system]="${BEATS_SYSTEM_PASSWORD=:-}"
[beats_system]="${BEATS_SYSTEM_PASSWORD:-}"
)
declare -A users_roles