diff --git a/inc/status.inc b/inc/status.inc index f29f58ad..040f0113 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -688,7 +688,7 @@ STATUS(){ fi end=`date +%s` runtime=$((end-start)) - echo "runtime: ${runtime}" + echo -e "Runtime: ${runtime}]\n" } REPLCHECK(){