Update status.inc

This commit is contained in:
2023-12-05 22:23:30 -06:00
parent 0da26a412f
commit eb1b9dd28f

View File

@@ -804,7 +804,7 @@ STATUS_SCANTIMES(){
echo -en "${idsCL[LightCyan]}List out these scan times? (y/N): ${idsCL[Default]}"
read -n1 choice
if [ "${choice^^}" == "Y" ]; then
echo -en "\r\033[K\033[1A\r\033[K"
echo -en "\r\033[K"
lastscansnum=${LAST}
last_scantimes=($(tail -n ${lastscansnum} ${NM_LOGFOLDER}/status-check.scantimes))
echo -e "${idsCL[LightCyan]}Last ${lastscansnum} Scan Times\n${idsCL[Green]}---------------------------------${idsCL[Default]}"