From 3bdb366b18d8c7f0fbbeb345c18daa46b2d3292a Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 19 Jul 2025 09:42:54 -0500 Subject: [PATCH] Update power.inc.sh --- inc/power.inc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/power.inc.sh b/inc/power.inc.sh index caa20b94..09176597 100644 --- a/inc/power.inc.sh +++ b/inc/power.inc.sh @@ -797,9 +797,9 @@ CHECKPOWER(){ fi if [ ${REPORT} -eq 0 ]; then - if [ "${avgdays}" != "" ]; then + # if [ "${avgdays}" != "" ]; then modend=`date +%s`; modruntime=$((modend-modstart)); echo -e "\n${idsCL[Default]}script runtime: ${modruntime}s" - fi + # fi [ "${PW_ACTION}" != "" ] && echo -e "${idsCL[Default]}" fi }