diff options
| -rwxr-xr-x | scripts/boot/9990-mount-http.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/boot/9990-mount-http.sh b/scripts/boot/9990-mount-http.sh index 935e0ae..9c01482 100755 --- a/scripts/boot/9990-mount-http.sh +++ b/scripts/boot/9990-mount-http.sh @@ -51,7 +51,7 @@ do_httpmount () FUSE_MOUNT="httpfs" fi - if [ -n "${FUSE_MOUNT}" ] + if [ -n "${FUSE_MOUNT}" ] && [ -x /bin/mount.util-linux ] then # fuse does not work with klibc mount ln -f /bin/mount.util-linux /bin/mount |
