Update status.inc

This commit is contained in:
2023-07-16 17:18:12 -05:00
parent d3f67b59b2
commit 3b5209e98b

View File

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