mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
busybox-initramfs: check_disks() fix initscript
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
ab29a45e7a
commit
84340cbf35
@ -366,7 +366,7 @@ NBD_DEVS="0"
|
||||
check_disks() {
|
||||
progress "Checking disks"
|
||||
|
||||
if [ -x /sbin/fsck_hfs ]; then
|
||||
if [ -x /bin/fsck_hfs ]; then
|
||||
# deal with hfs partitions
|
||||
hfsdiskprep
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user