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