Update nodemgmt-scripts.sh

This commit is contained in:
2019-01-27 21:55:36 -06:00
parent 291d4cf544
commit fb724a5fbd

View File

@@ -79,7 +79,7 @@ case "$1" in
STA="$(tr '[:lower:]' '[:upper:]' <<< ${3:0:1})${3:1}"
echo -e "${idsCL[LightGreen]}[[${SER} ${STA}ing]]${idsCL[Default]}"
for i in "${node_hosts{@}}"
for i in "${node_hosts[@]}"
do
echo "Here: ${i}"
done