Update power.inc.sh
This commit is contained in:
@@ -523,7 +523,7 @@ CHECKPOWER(){
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
if [ ${REPORT} -eq 0 ]; then
|
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"
|
modend=`date +%s`; modruntime=$((modend-modstart)); echo -e "${idsCL[Default]}runtime: ${modruntime}s"
|
||||||
echo "END: ${modend}"
|
echo "END: ${modend}"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user