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