From f1f858c2aa3e1599ac27d3b45722e604ad8b79cd Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 14 Jun 2025 10:45:16 -0500 Subject: [PATCH] Update dsmon.sh --- dsmon.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dsmon.sh b/dsmon.sh index cd1445b..dbea095 100755 --- a/dsmon.sh +++ b/dsmon.sh @@ -132,9 +132,9 @@ 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 2>/dev/null & - touch /tmp/dscheck.${hostname}.results - touch /tmp/dscheck.${hostname}.done + RUN_CHECK ${hostname} > /tmp/dscheck.${hostname}.results & + # touch /tmp/dscheck.${hostname}.results + # touch /tmp/dscheck.${hostname}.done done [ "${1}" != "report" ] && echo -e "${idsCL[LightGreen]}Done${idsCL[Default]}\n"