aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rwxr-xr-xutil/init_script2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/init_script b/util/init_script
index 0ca395f..2d1bd29 100755
--- a/util/init_script
+++ b/util/init_script
@@ -28,7 +28,7 @@ case "$1" in
fi
if grep -qw fusectl /proc/filesystems && \
! grep -qw $MOUNTPOINT /proc/mounts; then
- mount -t fusectl none $MOUNTPOINT >/dev/null 2>&1 || \
+ mount -t fusectl fusectl $MOUNTPOINT >/dev/null 2>&1 || \
error "mounting control filesystem"
fi
echo "done."