From 51528c0e11cc52e60d53d4a0b56d2ff6faa95113 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 14 Jun 2025 11:00:12 -0500 Subject: [PATCH] Update dsmon.sh --- dsmon.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsmon.sh b/dsmon.sh index efde704..00be823 100755 --- a/dsmon.sh +++ b/dsmon.sh @@ -132,7 +132,7 @@ CHECK(){ fi for hostname in "${hostnames_sort[@]}"; do until [ $(ls /tmp/dscheck.*.running 2>/dev/null | wc -l) -lt 6 ]; do tmp=tmp; done - RUN_CHECK ${hostname} > /tmp/dscheck.${hostname}.results + ( RUN_CHECK ${hostname}; echo ) > /tmp/dscheck.${hostname}.results & done [ "${1}" != "report" ] && echo -e "${idsCL[LightGreen]}Done${idsCL[Default]}\n"