diff --git a/inc/status.inc b/inc/status.inc index be9571f9..b75377d3 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -844,7 +844,7 @@ STATUS_SCANTIMES(){ lastscantime=$(tail -n 1 ${NM_LOGFOLDER}/status-check.scantimes) lastscantime=$(echo "${lastscantime}" | cut -d '~' -f 2) - echo "HERE: ${LAST} = $(tail -n ${LAST} ${NM_LOGFOLDER}/status-check.scantimes)" + echo "HERE: ${LAST}" scantimes=$(tail -n ${LAST} ${NM_LOGFOLDER}/status-check.scantimes) longest_scantime=0 IFS=$'\n'