From 90338dee2c32cbcb75c9abdea049ff79c1d2f96e Mon Sep 17 00:00:00 2001 From: rootzoll Date: Mon, 27 Jan 2020 03:24:22 +0100 Subject: [PATCH] remove extra lines on touch --- home.admin/00infoLCD.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/home.admin/00infoLCD.sh b/home.admin/00infoLCD.sh index 7def6f1ce..55f3aa86b 100755 --- a/home.admin/00infoLCD.sh +++ b/home.admin/00infoLCD.sh @@ -304,10 +304,6 @@ while : # no special case - show status display /home/admin/00infoBlitz.sh - if [ ${#touchscreen} -gt 0 ] && [ ${touchscreen} -gt 0 ]; then - echo "" - echo "" - fi sleep 5 done