From 17ae0db0ba8d8a70f7dd59f13a3aa647da22e6d4 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 2 Jun 2025 21:16:21 -0500 Subject: [PATCH] Update power.inc.sh --- inc/power.inc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/power.inc.sh b/inc/power.inc.sh index e8cba26f..4760c53a 100644 --- a/inc/power.inc.sh +++ b/inc/power.inc.sh @@ -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 }