Update power.inc.sh

This commit is contained in:
2024-02-11 09:14:02 -06:00
parent 40ec1df925
commit 84b4b75a64

View File

@@ -54,7 +54,7 @@ CHECKPOWER(){
start=`date +%s`
rm -f ${PW_TMPFOLDER}/*.hostpower*
REPORT=0
wspc=10
wspc=8
while [ $# -gt 0 ]; do
case "$1" in
-a|-avg) avgdays=${2};;