Update powerwall.sh
This commit is contained in:
@@ -377,7 +377,7 @@ TEST(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if [[ "${noheader}" != *"_service" ]] && [[ "${noheader}" != *" ${1} "* ]] && [[ "${noheader}" != *" ${2} "* ]]; then
|
if [[ "${1}" != *"_service" ]] && [[ "${noheader}" != *" ${1} "* ]] && [[ "${noheader}" != *" ${2} "* ]]; then
|
||||||
echo
|
echo
|
||||||
DIVIDER . lightGreen 50
|
DIVIDER . lightGreen 50
|
||||||
c=0; spc=''; spc1=`expr 18 - ${#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
|
||||||
|
|||||||
Reference in New Issue
Block a user