From: Daniel Hokka Zakrisson Date: Thu, 21 Aug 2008 01:23:47 +0000 (+0000) Subject: If the kernel doesn't have support for fuse, exit nicely. X-Git-Tag: NodeManager-1.8-0~7 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=667b432526d0ec3cb440711268536e5ac5f0e2dc;hp=c78352c484317cab3a1b46faa5040961a0b36c7d;p=nodemanager.git If the kernel doesn't have support for fuse, exit nicely. --- diff --git a/fuse-pl.init b/fuse-pl.init index 39c34d3..2f0eebe 100644 --- a/fuse-pl.init +++ b/fuse-pl.init @@ -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