From 89fee99457405272595b7b679062022665e48b4c Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 2 Jan 2023 14:36:41 -0600 Subject: [PATCH] Update dsmon.sh --- dsmon.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dsmon.sh b/dsmon.sh index d62b3a4..b9cc479 100755 --- a/dsmon.sh +++ b/dsmon.sh @@ -228,14 +228,13 @@ CHECK(){ unset DRIVEINFO_TOT DRIVEINFO_FREE DRIVEINFO_FREEPER DRIVES DRIVEINFO host_limits_tmp else - [ "${1}" != "report" ] && echo -e "${idsCL[Yellow]} ${host_name[$hostid]} is down${idsCL[Default]}" + [ "${1}" != "report" ] && echo -e "${idsCL[Yellow]} ${host_name[$hostid]} is down${idsCL[Default]}"; echo fi done end=`date +%s` runtime=$((end-start)) - echo echo "runtime: ${runtime}" }