From e3982136f0e91475eb7477014c62b6e113061493 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 15 May 2023 08:57:29 -0500 Subject: [PATCH] Update powerwall.sh --- powerwall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerwall.sh b/powerwall.sh index f0044711..e6342a25 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -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