From e1b7eea0408ec0572efec47f67cc04d1d40a30c2 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 28 Mar 2025 08:55:34 -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 4b7c3e7..bb1bb39 100755 --- a/dsmon.sh +++ b/dsmon.sh @@ -398,7 +398,7 @@ RUNCMD_SUB(){ if [ "${ssh_output}" == "" ]; then echo -e "${idsCL[Red]} ${host} [${ip}] - Timeout${idsCL[Default]}" >> ${tmpfile}.running else - echo -e "${idsCL[LightYellow]}${ssh_output}${idsCL[Default]}" >> ${tmpfile}.running + echo -e "${idsCL[Yellow]}${ssh_output}${idsCL[Default]}" >> ${tmpfile}.running fi fi mv ${tmpfile}.running ${tmpfile}.done > /dev/null 2>&1