Update powerwall.sh
This commit is contained in:
@@ -730,7 +730,7 @@ if [[ "${1}" != *"_service" ]] && [[ "${noheader}" != *" ${1} "* ]] && [[ "${noh
|
|||||||
DIVIDER . lightGreen 75
|
DIVIDER . lightGreen 75
|
||||||
msg="|| PowerWall Management ${idsCL[Default]}"
|
msg="|| PowerWall Management ${idsCL[Default]}"
|
||||||
c=0; spc=''; spc1=`expr 73 - ${#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[LightGray]}(ver-${VERS})${idsCL[LightGreen]}||${idsCL[Default]}"
|
echo -e "${idsCL[LightGreen]}${msg}${spc}${idsCL[LightGray]}(v${VERS})${idsCL[LightGreen]}||${idsCL[Default]}"
|
||||||
DIVIDER . lightGreen 75
|
DIVIDER . lightGreen 75
|
||||||
fi
|
fi
|
||||||
# if [ ${PW_ACTION-x} ]; then
|
# if [ ${PW_ACTION-x} ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user