Update dsmon.sh

This commit is contained in:
2023-01-02 09:30:13 -06:00
parent 57a7ef8abd
commit d3fe72dc4c

View File

@@ -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]}"