Update powerwall.sh

This commit is contained in:
2023-11-07 08:05:32 -06:00
parent 2137916699
commit e3d069eeb3

View File

@@ -534,7 +534,7 @@ CHECKPOWER(){
start=`date +%s`
rm -f ${PW_TMPFOLDER}/*.hostpower*
while [ $# -gt 0 ]; do
echo "$1 - $2"
echo "$1 = $2"
case "$1" in
-avg) avgdays=${2};;
-type) PTYPE=${2};;