From 20006137827bd140784ee613dfd9e0f4abe53ebe Mon Sep 17 00:00:00 2001 From: Stephan Geisler Date: Fri, 8 Feb 2019 15:52:30 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9EBuild/synOTR.sh=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Build/synOTR.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Build/synOTR.sh b/Build/synOTR.sh index 460f83a..a2f1dfb 100644 --- a/Build/synOTR.sh +++ b/Build/synOTR.sh @@ -2882,6 +2882,7 @@ logdir="${DECODIR}/_LOGsynOTR/" for i in `ls -tr "${logdir}" | egrep -o '^synOTR.*.log$' ` # Auflistung aller LOG-Dateien do if [ $( cat "${logdir}$i" | tail -n7 | head -n4 | wc -c ) -le 15 ] && cat "${logdir}$i" | grep -q "synOTR ENDE" ; then + #if [ $( cat "${LOGDIR}$i" | sed -n "/Funktionsaufrufe/,/synOCR ENDE/p" | wc -c ) -le 210 ] && cat "${LOGDIR}$i" | grep -q "synOCR ENDE" ; then if [ $endgueltigloeschen = "on" ] ; then rm "${logdir}$i" else