From 3b5209e98b5d9860a85c72f16a53162404933c25 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 16 Jul 2023 17:18:12 -0500 Subject: [PATCH] Update status.inc --- inc/status.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(){