Update status.inc

This commit is contained in:
2023-12-03 22:33:13 -06:00
parent 7732b58846
commit 10daf86056

View File

@@ -768,7 +768,11 @@ STATUS_SCANTIMES(){
esac
shift
done
[ "${LAST}" == "" ] && LAST=480
scantimes=$(tail -n ${LAST} ${NM_LOGFOLDER}/status-check.scantimes)
for scantime in "${scantimes[@]}"; do
echo "HERE: $scantime"
done
}