From f9f0954f436c4f758f7a922d80da08d5363aaf33 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 14 Jun 2025 15:09:21 -0500 Subject: [PATCH] Update dsmon.sh --- dsmon.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dsmon.sh b/dsmon.sh index 72abc17..d7d40a3 100755 --- a/dsmon.sh +++ b/dsmon.sh @@ -600,9 +600,9 @@ FIXCRONTAB(){ if [[ "${noheader}" != *" ${1} "* ]] && [[ "${noheader}" != *" ${2} "* ]]; then echo DIVIDER . lightGreen 85 - msg="| Disk Space Monitor (DSMon) ${idsCL[Default]} ${idsCL[DarkGray]}(ver-${VERS})" - c=0; spc=''; spc1=`expr 96 - ${#msg}`; until [ ${c} = ${spc1} ]; do spc="${spc} "; c=`expr ${c} + 1`; done - echo -e "${idsCL[LightGreen]}${msg}${spc}${idsCL[LightGreen]}|${idsCL[Default]}" + msg="| Disk Space Monitor (DSMon) ${idsCL[Default]}" + c=0; spc=''; spc1=`expr 80 - ${#msg}`; until [ ${c} = ${spc1} ]; do spc="${spc} "; c=`expr ${c} + 1`; done + echo -e "${idsCL[LightGreen]}${msg}${spc}${idsCL[DarkGray]}(ver-${VERS}) ${idsCL[LightGreen]}|${idsCL[Default]}" DIVIDER . lightGreen 85 fi case ${ACTION} in