mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-20 21:28:54 +02:00
dont add extra lines when touchscreen off
This commit is contained in:
@@ -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 ""
|
||||
|
Reference in New Issue
Block a user