Update power.inc.sh

This commit is contained in:
2024-02-13 21:42:04 -06:00
parent 8ab9276f8f
commit 2f24ac9e0a

View File

@@ -521,7 +521,7 @@ CHECKPOWER(){
fi
fi
if [ ${REPORT} -eq 0 ]; then
# end=`date +%s`; runtime=$((end-start)); echo -e "\n${idsCL[Default]}runtime: ${runtime}s"
[ "${avgdays}" != "" ] && end=`date +%s`; runtime=$((end-start)); echo -e "\n${idsCL[Default]}runtime: ${runtime}s"
[ "${PW_ACTION}" != "" ] && echo -e "${idsCL[Default]}"
fi
}