Update power.inc.sh

This commit is contained in:
2024-02-13 21:44:39 -06:00
parent 2f24ac9e0a
commit 2c43445074

View File

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