Update status.inc

This commit is contained in:
2023-11-25 20:38:11 -06:00
parent 8a8878584c
commit 78132f3af1

View File

@@ -146,7 +146,7 @@ STATUS(){
if [ "${ST_ACTION}" != "check" ]; then
echo -e "${idsST[Bold]}"; DIVIDER
if [ "${ST_ACTION}" = "dockers" ]; then
if [ "${ST_ACTION}" == "dockers" ]; then
echo -e "${idsCL[Yellow]} ${NM_NODETYPES[$NTYPE]}-Node Docker Status${idsCL[Default]}"
else
echo -e "${idsCL[Yellow]} ${NM_NODETYPES[$NTYPE]}-Node Service Status${idsCL[Default]}"
@@ -168,6 +168,7 @@ STATUS(){
checkhost=true
checkhostssl=ok
fi
echo "HERE: $checkhost - $checkhostssl"
if [ "${checkhost}" != "false" ] && [ "${checkhostssl}" == "ok" ]; then
if [ "${ST_ACTION}" != "check" ]; then
#echo -en " ${idsST[Bold]}${idsCL[LightCyan]}${NM_HOSTNAMES[${nip}]}[${nip}]${idsST[Reset]}"