Setting tag nodemanager-1.8-39
[nodemanager.git] / fuse-pl.init
index 669df29..2f0eebe 100644 (file)
@@ -10,7 +10,7 @@
 # Source function library.
 . /etc/init.d/functions
 
-: ${UTIL_VSERVER_VARS:=/usr/lib*/util-vserver/util-vserver-vars}
+: ${UTIL_VSERVER_VARS:=`echo /usr/lib*/util-vserver/util-vserver-vars`}
 test -e "$UTIL_VSERVER_VARS" || {
     echo "Can not find util-vserver installation; aborting..."
     exit 1
@@ -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