Update defaults.inc

This commit is contained in:
2023-07-03 20:13:07 -05:00
parent 2aede98517
commit d62ff33069

View File

@@ -66,8 +66,8 @@ if [ -f ${FOLDER}/defaults.local.inc ]; then
fi
echo "HERE: ${NM_HOSTS_MYSQL[@]}"
for test in "${NM_HOSTS_MYSQL[@]}"; do
echo "HERE: ${!NM_HOSTS_MYSQL[@]}"
for test in "${!NM_HOSTS_MYSQL[@]}"; do
echo $test
done