From 5582fee82feb51b74e26704912f9e173e44bd76e Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 8 Jan 2024 23:09:16 -0600 Subject: [PATCH] Update powerwall.sh --- powerwall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerwall.sh b/powerwall.sh index cdfb03a6..e21f79c3 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -729,7 +729,7 @@ if [[ "${1}" != *"_service" ]] && [[ "${noheader}" != *" ${1} "* ]] && [[ "${noh echo DIVIDER . lightGreen 75 msg="|| PowerWall Management ${idsCL[Default]}" - c=0; spc=''; spc1=`expr 71 - ${#msg} - ${#VERS}`; until [ ${c} = ${spc1} ]; do spc="${spc} "; c=`expr ${c} + 1`; done + 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[DarkGray]}(ver-${VERS})${idsCL[LightGreen]}||${idsCL[Default]}" DIVIDER . lightGreen 75 fi