Update defaults.inc

This commit is contained in:
2023-07-03 20:10:34 -05:00
parent b335613165
commit 8255d73950

View File

@@ -58,7 +58,7 @@ if [ -f ${FOLDER}/defaults.local.inc ]; then
for ntype in "${NODE_TYPES[@]}"; do
IFS=,
var=("${NM_HOSTS[${ntype}]}")
var=(${NM_HOSTS[${ntype}]})
unset IFS
declare "NM_HOSTS_${ntype}"="${var}"
done
@@ -66,7 +66,7 @@ if [ -f ${FOLDER}/defaults.local.inc ]; then
fi
echo "2: ${NM_HOSTS_MYSQL}"
echo "HERE: ${NM_HOSTS_MYSQL}"
for test in "${NM_HOSTS_MYSQL[@]}"; do
echo $test
done