mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
busybox-initramfs: check_disks() fix initscript
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user