Update defaults.inc

This commit is contained in:
2023-07-03 20:11:52 -05:00
parent e558b9a299
commit d130690bab

View File

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