Update status.inc

This commit is contained in:
2023-07-31 22:41:22 -05:00
parent 5c34587741
commit 40c424f579

View File

@@ -688,7 +688,7 @@ STATUS(){
fi fi
end=`date +%s` end=`date +%s`
runtime=$((end-start)) runtime=$((end-start))
echo -e "Runtime: ${runtime}]\n" echo -e "Runtime: ${runtime}\n"
} }
REPLCHECK(){ REPLCHECK(){