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(){