Update status.inc
This commit is contained in:
@@ -151,10 +151,10 @@ STATUS(){
|
||||
else
|
||||
echo -e "${idsCL[LightYellow]} ${NM_NODETYPES[$NTYPE]}-Node Service Status${idsCL[Default]}"
|
||||
fi
|
||||
DIVIDER . lightYellow 52; echo -e "${idsST[Reset]}"
|
||||
DIVIDER . lightYellow; echo -e "${idsST[Reset]}"
|
||||
fi
|
||||
for nip in "${!var}"; do
|
||||
[ "${ST_ACTION}" != "check" ] && echo -en " ${idsST[Bold]}${idsCL[LightCyan]}${NM_HOSTNAMES[${nip}]} [${nip}]${idsST[Reset]}${idsCL[DarkGray]} - Verifying Host...${idsST[Reset]}"
|
||||
[ "${ST_ACTION}" != "check" ] && echo -en " ${idsST[Bold]}${idsCL[LightCyan]}${NM_HOSTNAMES[${nip}]} [${nip}]${idsST[Reset]}${idsCL[Default]} - Verifying Host...${idsST[Reset]}"
|
||||
|
||||
if [[ "${RUN_NODE_IP}" == *"${nip}"* ]]; then
|
||||
NCMD=''; LH='- localhost'
|
||||
@@ -192,7 +192,7 @@ STATUS(){
|
||||
echo -e "${idsCL[Default]}"
|
||||
fi
|
||||
|
||||
DIVIDER false green
|
||||
DIVIDER false lightCyan
|
||||
fi
|
||||
if [ -f ${NM_TMPFOLDER}/${nip}.down ]; then
|
||||
if [ -f ${NM_TMPFOLDER}/${nip}.errtime ]; then
|
||||
|
||||
Reference in New Issue
Block a user