From 256d9a0c90ef116c7969131b58fe85f1c9b1529b Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 2 Jan 2023 13:02:07 -0600 Subject: [PATCH] Update dsmon.sh --- dsmon.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/dsmon.sh b/dsmon.sh index 797d1e3..bbe75ce 100755 --- a/dsmon.sh +++ b/dsmon.sh @@ -109,6 +109,7 @@ CHECK(){ echo -e "${idsCL[LightCyan]} ${host_name[$hostid]} - Drive Space Check${idsCL[Default]}" DIVIDER false LightCyan 100; + c=0; cw=40; spcA='' spc1=`expr ${cw} - 5` until [ $c = ${spc1} ]; do spcA="${spcA} "; c=`expr $c + 1`; done