Update powerwall.sh

This commit is contained in:
2024-01-08 23:11:52 -06:00
parent df4bd76ea9
commit 67e8f39975

View File

@@ -729,8 +729,8 @@ if [[ "${1}" != *"_service" ]] && [[ "${noheader}" != *" ${1} "* ]] && [[ "${noh
echo
DIVIDER . lightGreen 75
msg="|| PowerWall Management ${idsCL[Default]}"
c=0; spc=''; spc1=`expr 73 - ${#msg} - ${#VERS}`; until [ ${c} = ${spc1} ]; do spc="${spc} "; c=`expr ${c} + 1`; done
echo -e "${idsCL[LightGreen]}${msg}${spc}${idsCL[LightGray]}(v${VERS})${idsCL[LightGreen]}||${idsCL[Default]}"
c=0; spc=''; spc1=`expr 77 - ${#msg} - ${#VERS}`; until [ ${c} = ${spc1} ]; do spc="${spc} "; c=`expr ${c} + 1`; done
echo -e "${idsCL[LightGreen]}${msg}${spc}${idsCL[LightGray]}v${VERS} ${idsCL[LightGreen]}||${idsCL[Default]}"
DIVIDER . lightGreen 75
fi
# if [ ${PW_ACTION-x} ]; then