aboutsummaryrefslogtreecommitdiff
path: root/init.d/localmount
diff options
context:
space:
mode:
Diffstat (limited to 'init.d/localmount')
-rwxr-xr-xinit.d/localmount2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/localmount b/init.d/localmount
index 2a17b110..01508e8c 100755
--- a/init.d/localmount
+++ b/init.d/localmount
@@ -54,7 +54,7 @@ start() {
modprobe usbcore &> /dev/null
fi
- if [ -e /proc/filessystems ] ; then
+ if [ -e /proc/filesystems ] ; then
# Check what USB fs the kernel support. Currently
# 2.5+ kernels, and later 2.4 kernels have 'usbfs',
# while older kernels have 'usbdevfs'.