mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 22:47:51 +00:00
busybox:
- add simple progressbar on boot
This commit is contained in:
parent
917ed6e7ac
commit
eb4d89ee3d
@ -22,6 +22,8 @@
|
|||||||
progress() {
|
progress() {
|
||||||
if test "$DEBUG" = yes; then
|
if test "$DEBUG" = yes; then
|
||||||
echo "### $1 ###"
|
echo "### $1 ###"
|
||||||
|
else
|
||||||
|
echo -n "***"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user