Update powerwall.sh

This commit is contained in:
2023-05-15 08:58:03 -05:00
parent e3982136f0
commit bb9bf41ca6

View File

@@ -377,7 +377,7 @@ TEST(){
}
if [[ "${noheader}" != *"_service" ]] && [[ "${noheader}" != *" ${1} "* ]] && [[ "${noheader}" != *" ${2} "* ]]; then
if [[ "${1}" != *"_service" ]] && [[ "${noheader}" != *" ${1} "* ]] && [[ "${noheader}" != *" ${2} "* ]]; then
echo
DIVIDER . lightGreen 50
c=0; spc=''; spc1=`expr 18 - ${#VERS}`; until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done