Update status.inc

This commit is contained in:
2023-05-01 21:38:20 -05:00
parent 94360cbde0
commit 40b5ce7baf

View File

@@ -432,7 +432,7 @@ STATUS(){
done
fi
done
[ "${ST_ACTION}" != "check" ] && echo -e "${idsCL[Green]}Done${idsCL[Default]}"
[ "${ST_ACTION}" != "check" ] && echo -e "${idsCL[Green]}Done${idsCL[Default]}\n"
for NTYPE in "${NODE_TYPES[@]}"; do
PH=${NTYPE}_HOSTS[0]