Update status.inc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user