From 33efcc26b13279b62a792db3c372f83206c2d3ba Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 6 Feb 2024 23:14:27 -0600 Subject: [PATCH] update --- defaults.inc | 2 +- inc/power.inc.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/defaults.inc b/defaults.inc index 1535f18f..40c69355 100755 --- a/defaults.inc +++ b/defaults.inc @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERS='2.5.277-02062024' +VERS='2.5.278-02062024' noheader=' update service dailytemp confsync -r -report ' diff --git a/inc/power.inc.sh b/inc/power.inc.sh index 1819b86c..625ed15f 100644 --- a/inc/power.inc.sh +++ b/inc/power.inc.sh @@ -366,8 +366,8 @@ CHECKPOWER(){ fi if [ ${REPORT} -eq 0 ]; then end=`date +%s`; runtime=$((end-start)); echo -e "\n${idsCL[Default]}runtime: ${runtime}s" + [ "${PW_ACTION}" != "" ] && echo -e "${idsCL[Default]}" fi - [ "${PW_ACTION}" != "" ] && [ ${REPORT} -eq 0 ] && echo -e "${idsCL[Default]}" } CHECKPOWER_SERVICE(){