From f255c8de9cd9664c54fb7c9fc7a925b9400bfa4f Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 2 Jan 2023 15:58:23 -0600 Subject: [PATCH] Update dsmon.sh --- dsmon.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dsmon.sh b/dsmon.sh index d2e94f0..c48f931 100755 --- a/dsmon.sh +++ b/dsmon.sh @@ -172,10 +172,10 @@ CHECK(){ if [ "${1}" != "report" ]; then c=0; cw=20; spcA='' - spc1=`expr ${cw} - 5` + spc1=`expr ${cw} - 7` until [ $c = ${spc1} ]; do spcA="${spcA} "; c=`expr $c + 1`; done c=0; cw=8; spcB='' - spc2=`expr ${cw} - 6` + spc2=`expr ${cw} - 4` until [ $c = ${spc2} ]; do spcB="${spcB} "; c=`expr $c + 1`; done c=0; cw=10; spcC='' spc3=`expr ${cw} - 5`