mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
busybox:
- remove unneeded function
This commit is contained in:
parent
182a567cb9
commit
f757b8e20d
@ -17,16 +17,6 @@
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
start_splash() {
|
|
||||||
while true; do
|
|
||||||
if [ -f /tmp/.X0-lock ]; then
|
|
||||||
[ -f "/usr/bin/xsplash" ] && \
|
|
||||||
/usr/bin/xsplash -x 1
|
|
||||||
break
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
}
|
|
||||||
|
|
||||||
# read config files
|
# read config files
|
||||||
for config in `ls /etc/conf.d/`; do
|
for config in `ls /etc/conf.d/`; do
|
||||||
. /etc/conf.d/$config
|
. /etc/conf.d/$config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user