diff --git a/inc/power.inc.sh b/inc/power.inc.sh index 70b36c57..1bf0e328 100644 --- a/inc/power.inc.sh +++ b/inc/power.inc.sh @@ -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 }