Update nodemgmt-scripts.sh

This commit is contained in:
2019-02-07 10:22:04 -06:00
parent 8c7759c2f9
commit a4b103f33f

View File

@@ -75,7 +75,7 @@ STATUS() {
for nip in "${NODE_HOSTS[@]}"
do
if [[ $(/sbin/ip -o -4 addr list ens192 | awk '{print $4}' | cut -d/ -f1) != *"${nip}"* ]]; then
echo -e "Node hostname : ${idsST[Bold]}${idsCL[LightCyan]}iDS-Node${nid} (${nip})${idsST[Reset]}${idsCL[Default]}"
echo -e "Node hostname : ${idsST[Bold]}${idsCL[LightCyan]}iDS-Node${nid} (${nip})${idsST[Reset]}${idsCL[Default]}"
DIVIDER false green
for rcheck in "${REPL_CHECK[@]}"
do