mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +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
|
fi
|
||||||
|
|
||||||
sleep 5
|
sleep 5
|
||||||
|
clear
|
||||||
printf "
|
printf "
|
||||||
${color_yellow}
|
${color_yellow}
|
||||||
${color_yellow}
|
${color_yellow}
|
||||||
|
|
|
@ -210,7 +210,6 @@ while :
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# no special case - show status display
|
# no special case - show status display
|
||||||
clear
|
|
||||||
/home/admin/00infoBlitz.sh
|
/home/admin/00infoBlitz.sh
|
||||||
if [ "${touchscreen}" != "1" ]; then
|
if [ "${touchscreen}" != "1" ]; then
|
||||||
echo ""
|
echo ""
|
||||||
|
|
Loading…
Add table
Reference in a new issue