Update status.inc

This commit is contained in:
2024-07-04 19:28:21 -05:00
parent dd8b7dddfb
commit 601e8b5bc8

View File

@@ -82,7 +82,7 @@ STATUS(){
############################
## SERVICE/DOCKER CHECK SETUP
############################
MSG="Starting processes to collect node service & docker info"
MSG="Starting processes to collect node information"
c=0; cw=${LD_CW}; spc=''; spc1=${cw}-${#MSG}; until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done
[ "${STATUS_ACTION}" != "check" ] && echo -en "${idsCL[LightCyan]}${MSG}${spc}: "
for NTYPE in "${ntypesel[@]}"; do