Update power.inc.sh

This commit is contained in:
2024-02-16 22:56:46 -06:00
parent 38a3b62492
commit 929df244f0

View File

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