From 6cc8ca790e50d7b34f60e14b342168999e064eb9 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 2 Jan 2023 12:57:29 -0600 Subject: [PATCH] Update dsmon.sh --- dsmon.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsmon.sh b/dsmon.sh index 64dbb31..8fe62ee 100755 --- a/dsmon.sh +++ b/dsmon.sh @@ -114,7 +114,7 @@ CHECK(){ until [ $c = ${spc1} ]; do spcA="${spcA} "; c=`expr $c + 1`; done c=0; cw=10; spcB='' - spc2=`expr ${cw} - 2` + spc2=`expr ${cw} - 4` until [ $c = ${spc2} ]; do spcB="${spcB} "; c=`expr $c + 1`; done c=0; cw=10; spcC=''