Update power.inc.sh

This commit is contained in:
2025-06-02 21:16:21 -05:00
parent f08de28155
commit 17ae0db0ba

View File

@@ -1450,7 +1450,7 @@ POWERLOGGER_SERVICE(){
fi
end=`date +%s`; runtime=$((end-start))
# echo -e "script runtime: ${runtime}s"
echo -e "script runtime: ${runtime}s"
echo "${log_start}~${runtime}~powerlogger" >> ${PW_LOGFOLDER}/service.scantimes
done
}