If the kernel doesn't have support for fuse, exit nicely.
[nodemanager.git] / fuse-pl.init
index 39c34d3..2f0eebe 100644 (file)
@@ -29,7 +29,7 @@ case "$1" in
                 echo -n "Loading fuse module"
                 if ! modprobe fuse >/dev/null 2>&1; then
                         echo " failed!"
-                        exit 1
+                        exit 0
                 else
                         echo "."
                 fi