Update status.inc

This commit is contained in:
2023-12-03 22:34:05 -06:00
parent 10daf86056
commit 0efcdbd0c5

View File

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