From 00cd307d70c005b208cec64c091dbff3b3c9ecba Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 24 Aug 2025 09:51:22 -0500 Subject: [PATCH] Update powerwall.sh --- powerwall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerwall.sh b/powerwall.sh index 1e1dbdca..b69861fb 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -894,7 +894,7 @@ if [[ "${1}" != *"_service" ]] && [[ "${noheader}" != *" ${1} "* ]] && [[ "${noh echo DIVIDER . lightGreen ${PRI_WIDTH} msg="|| PowerWall Management ${idsCL[Default]}" - c=0; spc=''; spc1=`expr 77 - ${#msg} - ${#VERS}`; until [ ${c} = ${spc1} ]; do spc="${spc} "; ((c++)); done + c=0; spc=''; spc1=`expr 76 - ${#msg} - ${#VERS}`; until [ ${c} = ${spc1} ]; do spc="${spc} "; ((c++)); done echo -e "${idsCL[LightGreen]}${msg}${spc}${idsCL[LightGray]}v${PW_VERS} ${idsCL[LightGreen]}||${idsCL[Default]}" DIVIDER . lightGreen ${PRI_WIDTH} fi