Update power.inc.sh

This commit is contained in:
2025-07-19 09:42:54 -05:00
parent 6915b25fc2
commit 3bdb366b18

View File

@@ -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
}