From 39eda82365d68effa46495c8bfe7e6090c01a28a Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 14 Jun 2025 15:22:10 -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 17da128..d980f8e 100755 --- a/dsmon.sh +++ b/dsmon.sh @@ -224,7 +224,7 @@ RUN_CHECK(){ c=0; cw=68; spc=''; spc1=`expr ${cw} - ${#MSG}`; until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done c=0; cw2=17; spcB=''; spc1=`expr ${cw2} - ${#MSG2}`; until [ $c = ${spc1} ]; do spcB="${spcB} "; c=`expr $c + 1`; done DIVIDER 1 . 85 - echo -e "${idsBG[Blue]}${idsCL[White]}${MSG}${spc}${MSG2}${spcB}${idsST[Reset]}" + echo -e "${idsST[Bold]}${idsBG[Blue]}${idsCL[White]}${MSG}${spc}${MSG2}${spcB}${idsST[Reset]}" DIVIDER . . 85 checkhost=$(CHECK_HOST ${host_ip[$hostid]})