Update nodemgmt-scripts.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user