Update nodemgmt-scripts.sh

This commit is contained in:
2019-02-07 14:23:37 -06:00
parent 0b6bdfced3
commit 5556dc887d

View File

@@ -78,6 +78,7 @@ STATUS() {
echo -e " ${idsST[Bold]}${idsCL[LightCyan]}iDS-Node${nid} (${nip})${idsST[Reset]}${idsCL[LightCyan]} ${LH}${idsCL[Default]}"
DIVIDER false green
checkhost=$(CHECK_HOST ${nip})
echo "checkhost: ${checkhost}"
if [ "${checkhost}" != "false" ]; then
for srvc in "${NODE_SERVICES[@]}"
do