mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
busybox-initramfs: fix file locations
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
6f34e15c7d
commit
6323e47233
@ -66,8 +66,8 @@ REBOOT="0"
|
||||
if [ "$SPLASH" = "no" ]; then
|
||||
break
|
||||
else
|
||||
if [ -f "/bin/ply-image" -a -f "/splash.png" ]; then
|
||||
/bin/ply-image /splash.png
|
||||
if [ -f "/sbin/ply-image" -a -f "/splash/splash.png" ]; then
|
||||
/sbin/ply-image /splash/splash.png
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user