Update powerwall.sh

This commit is contained in:
2023-06-24 14:06:24 -05:00
parent 4ea8486994
commit d5d64e3e30

View File

@@ -716,10 +716,10 @@ TEST(){
#########################################################
if [[ "${1}" != *"_service" ]] && [[ "${noheader}" != *" ${1} "* ]] && [[ "${noheader}" != *" ${2} "* ]]; then
echo
DIVIDER . lightGreen 50
c=0; spc=''; spc1=`expr 18 - ${#VERS}`; until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done
DIVIDER . lightGreen 62
c=0; spc=''; spc1=`expr 30 - ${#VERS}`; until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done
echo -e "${idsCL[LightGreen]}| PowerWall Management ${idsCL[Default]} ${idsCL[DarkGray]}(ver-${VERS})${spc}${idsCL[LightGreen]}|${idsCL[Default]}"
DIVIDER . lightGreen 50
DIVIDER . lightGreen 62
fi
# if [ ${action-x} ]; then