This commit is contained in:
2023-12-12 14:55:40 -06:00
parent 3f3dc2fa7c
commit dec70da1b7
2 changed files with 2 additions and 2 deletions

View File

@@ -70,7 +70,7 @@ STATUS(){
for NTYPE in "${ntypesel[@]}"; do
STATUS_NODE ${NTYPE} > ${STATUSRUN_TMPFOLDER}/status-check.${NTYPE}.running 2>/dev/null &
done
[ "${STATUS_ACTION}" != "check" ] && echo -e "${idsCL[LightGreen]}Done${idsCL[Default]}\n"
[ "${STATUS_ACTION}" != "check" ] && echo -e "${idsCL[LightGreen]}Done${idsCL[Default]}"
########################
## LOCALHOST CHECK