Update powerwall.sh

This commit is contained in:
2023-05-15 08:57:29 -05:00
parent a18552ba6b
commit e3982136f0

View File

@@ -377,7 +377,7 @@ TEST(){
}
if [[ "${noheader}" != *" ${1} "* ]] && [[ "${noheader}" != *" ${2} "* ]]; then
if [[ "${noheader}" != *"_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