From: Daniel Hokka Zakrisson Date: Thu, 21 Aug 2008 01:23:24 +0000 (+0000) Subject: If the kernel doesn't have support for fuse, exit nicely. X-Git-Tag: NodeManager-1.7-29~3 X-Git-Url: http://git.onelab.eu/?p=nodemanager.git;a=commitdiff_plain;h=e7916a57fc9985a3c0a13d51cc128408d58ce021 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