Update power.inc.sh

This commit is contained in:
2025-06-02 22:52:04 -05:00
parent e4d9a96c00
commit 0bf8ec678e

View File

@@ -1454,7 +1454,7 @@ POWERLOGGER_SERVICE(){
echo -e "script runtime: ${runtime}s"; echo "Sleeping for $(expr ${runEvery} - ${runtime})s"
echo "${log_start}~${runtime}~powerlogger" >> ${PW_LOGFOLDER}/service.scantimes
[ ${runtime} -lt ${runEvery} ] && sleep $(expr ${runEvery} - ${runtime})s
# [ ${runtime} -lt ${runEvery} ] && sleep $(expr ${runEvery} - ${runtime})s
done
}