Update power.inc.sh

This commit is contained in:
2024-02-11 08:58:43 -06:00
parent a47c796aea
commit 40bd26771a

View File

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