From 40c424f579d7aeb9e1804ca5cd0285f17b7bf629 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 31 Jul 2023 22:41:22 -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 f9fcabd0..04426f77 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -688,7 +688,7 @@ STATUS(){ fi end=`date +%s` runtime=$((end-start)) - echo -e "Runtime: ${runtime}]\n" + echo -e "Runtime: ${runtime}\n" } REPLCHECK(){