mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 14:51:03 +01:00
move screen clear
This commit is contained in:
parent
64a4c77582
commit
af3103b9b7
2 changed files with 1 additions and 1 deletions
|
@ -282,6 +282,7 @@ else
|
|||
fi
|
||||
|
||||
sleep 5
|
||||
clear
|
||||
printf "
|
||||
${color_yellow}
|
||||
${color_yellow}
|
||||
|
|
|
@ -210,7 +210,6 @@ while :
|
|||
fi
|
||||
|
||||
# no special case - show status display
|
||||
clear
|
||||
/home/admin/00infoBlitz.sh
|
||||
if [ "${touchscreen}" != "1" ]; then
|
||||
echo ""
|
||||
|
|
Loading…
Add table
Reference in a new issue