Update powerwall.sh
This commit is contained in:
@@ -360,10 +360,10 @@ TEST(){
|
|||||||
|
|
||||||
if [[ "${noheader}" != *" ${1} "* ]] && [[ "${noheader}" != *" ${2} "* ]]; then
|
if [[ "${noheader}" != *" ${1} "* ]] && [[ "${noheader}" != *" ${2} "* ]]; then
|
||||||
echo
|
echo
|
||||||
DIVIDER . lightGreen 48
|
DIVIDER . lightGreen 50
|
||||||
c=0; spc=''; spc1=`expr 16 - ${#VERS}`; until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done
|
c=0; spc=''; spc1=`expr 18 - ${#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]}"
|
echo -e "${idsCL[LightGreen]}| PowerWall Management ${idsCL[Default]} ${idsCL[DarkGray]}(ver-${VERS})${spc}${idsCL[LightGreen]}|${idsCL[Default]}"
|
||||||
DIVIDER . lightGreen 48
|
DIVIDER . lightGreen 50
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# if [ ${action-x} ]; then
|
# if [ ${action-x} ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user