diff --git a/inc/status.inc b/inc/status.inc index e7f20881..5f83acde 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -1003,6 +1003,7 @@ STATUS_SCANTIMES(){ read -rd '' -a last_scantimes <<<"${last_scantimes}" unset IFS echo -e "${idsCL[LightCyan]}Last ${lastscansnum} Scan Times\n${idsCL[Green]}------------------------------------------${idsCL[Default]}" + echo "HERE: ${choice^^} - ${scanrun}" for scan in "${last_scantimes[@]}"; do scanrun=$(echo "${scan}" | cut -d '~' -f 3) if [ "${choice^^}" == "A" ] || ([ "${choice^^}" == "N" ] && [ ${scanrun} -eq 0 ]) || ([ "${choice^^}" == "R" ] && [ ${scanrun} -eq 1 ]) || ([ "${choice^^}" == "C" ] && [ ${scanrun} -eq 2 ]); then