diff --git a/packages/sysutils/fuse/init.d/15_fuse b/packages/sysutils/fuse/init.d/15_fuse index d9711c7bf7..76996f5d03 100644 --- a/packages/sysutils/fuse/init.d/15_fuse +++ b/packages/sysutils/fuse/init.d/15_fuse @@ -19,12 +19,9 @@ ################################################################################ # -# starting bluetooth devices +# mounting fuse filesystem # # runlevels: openelec, textmode -( - progress "Starting Fuse" - modprobe fuse >/dev/null 2>&1 - mount -t fusectl fusectl /sys/fs/fuse/connections >/dev/null 2>&1 -)& +progress "Starting Fuse" + mount -t fusectl fusectl /sys/fs/fuse/connections >/dev/null 2>&1 \ No newline at end of file