diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 92d523d0..1282da08 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -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