From d3fe72dc4c5f2dd5df5b8626289911f52ce5e122 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 2 Jan 2023 09:30:13 -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 fd32378..0e20b5f 100755 --- a/dsmon.sh +++ b/dsmon.sh @@ -139,7 +139,7 @@ CHECK(){ fs_status_color='Green' fi - c=0; cw=30; spc='' + c=0; cw=40; spc='' spc1=`expr ${cw} - ${#dname}` until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done echo -e "${idsCL[$fs_status_color]} ${dname}${spc}: ${dfree}GB Free - ${dfreeper}%${idsCL[Default]}"