Update dsmon.sh
This commit is contained in:
4
dsmon.sh
4
dsmon.sh
@@ -601,8 +601,8 @@ if [[ "${noheader}" != *" ${1} "* ]] && [[ "${noheader}" != *" ${2} "* ]]; then
|
|||||||
echo
|
echo
|
||||||
DIVIDER . lightGreen 85
|
DIVIDER . lightGreen 85
|
||||||
msg="| Disk Space Monitor (DSMon) ${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
|
c=0; spc=''; spc1=`expr 70 - ${#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]}"
|
echo -e "${idsCL[LightGreen]}${msg}${spc}${idsCL[DarkGray]}(ver-${VERS}) ${idsCL[LightGreen]}|${idsCL[Default]}"
|
||||||
DIVIDER . lightGreen 85
|
DIVIDER . lightGreen 85
|
||||||
fi
|
fi
|
||||||
case ${ACTION} in
|
case ${ACTION} in
|
||||||
|
|||||||
Reference in New Issue
Block a user