Update power.inc.sh

This commit is contained in:
2024-02-16 22:57:04 -06:00
parent 929df244f0
commit ff39b6acaa

View File

@@ -523,7 +523,7 @@ CHECKPOWER(){
fi
fi
if [ ${REPORT} -eq 0 ]; then
[ "${avgdays}" != "" ] && [ ${REPORT} -eq 0 ]; then
if [ "${avgdays}" != "" ] && [ ${REPORT} -eq 0 ]; then
modend=`date +%s`; modruntime=$((modend-modstart)); echo -e "${idsCL[Default]}runtime: ${modruntime}s"
echo "END: ${modend}"
fi