diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index 9c0e530d..2ac47b94 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -104,7 +104,7 @@ CHECKTEMP(){ fi fi done - end=`date +%s`; runtime=$((end-start)); echo -e "\nruntime: ${runtime}" + end=`date +%s`; runtime=$((end-start)); echo -e "runtime: ${runtime}" [ "${PW_ACTION}" != "" ] && echo -e "${idsCL[Default]}" }