mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-12 05:39:22 +02:00
dont add extra lines when touchscreen off
This commit is contained in:
parent
84097e3cb6
commit
6ab7322dd0
@ -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 ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user