Correction bug: local utilisé hors fonction (ligne 1265)
All checks were successful
Tests et Vérifications / Tests unitaires BATS (push) Successful in 15s
Tests et Vérifications / Vérification ShellCheck (push) Successful in 7s
Tests et Vérifications / Vérification syntaxe Bash (push) Successful in 3s
Tests et Vérifications / Résumé des tests (push) Successful in 1s
All checks were successful
Tests et Vérifications / Tests unitaires BATS (push) Successful in 15s
Tests et Vérifications / Vérification ShellCheck (push) Successful in 7s
Tests et Vérifications / Vérification syntaxe Bash (push) Successful in 3s
Tests et Vérifications / Résumé des tests (push) Successful in 1s
This commit is contained in:
parent
cd34205020
commit
3b944fc19a
1 changed files with 1 additions and 1 deletions
|
|
@ -1262,7 +1262,7 @@ fi
|
|||
# Déterminer le nœud distant et son IP
|
||||
# Vérifier que le nœud local est dans la configuration
|
||||
if [[ ! -v "CLUSTER_NODES[$LOCAL_NODE]" ]]; then
|
||||
local valid_nodes="${!CLUSTER_NODES[@]}"
|
||||
valid_nodes="${!CLUSTER_NODES[@]}"
|
||||
log "error" "Nœud inconnu: ${LOCAL_NODE}. Nœuds valides: ${valid_nodes}"
|
||||
exit 1
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue