summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.d/procfs.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/procfs.in b/init.d/procfs.in
index a6136a3..a167ed7 100644
--- a/init.d/procfs.in
+++ b/init.d/procfs.in
@@ -41,7 +41,7 @@ start()
fi
fi
- [ "$RC_SYS" == "OPENVZ" ] && return 0
+ [ "$RC_SYS" = "OPENVZ" ] && return 0
# Check what USB fs the kernel support. Currently
# 2.5+ kernels, and later 2.4 kernels have 'usbfs',