From 0efcdbd0c5a251125032ebd7c8bdc564e60cee43 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 3 Dec 2023 22:34:05 -0600 Subject: [PATCH] Update status.inc --- inc/status.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/status.inc b/inc/status.inc index dfdd5666..70b273a6 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -769,7 +769,7 @@ STATUS_SCANTIMES(){ shift done [ "${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 echo "HERE: $scantime" done