mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 07:27:49 +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
|
if [ "$SPLASH" = "no" ]; then
|
||||||
break
|
break
|
||||||
else
|
else
|
||||||
if [ -f "/bin/ply-image" -a -f "/splash.png" ]; then
|
if [ -f "/sbin/ply-image" -a -f "/splash/splash.png" ]; then
|
||||||
/bin/ply-image /splash.png
|
/sbin/ply-image /splash/splash.png
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user