dont add extra lines when touchscreen off

This commit is contained in:
Christian Rotzoll 2019-07-03 13:41:10 +02:00
parent 84097e3cb6
commit 6ab7322dd0

View File

@ -211,7 +211,7 @@ while :
# no special case - show status display
/home/admin/00infoBlitz.sh
if [ "${touchscreen}" != "1" ]; then
if [ ${#touchscreen} -gt 0 ] && [ ${touchscreen} -gt 0 ]; then
echo ""
echo ""
echo ""