summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.d/localmount.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.d/localmount.in b/init.d/localmount.in
index ab0b1b5..232adf4 100644
--- a/init.d/localmount.in
+++ b/init.d/localmount.in
@@ -22,8 +22,8 @@ start()
if [ "$RC_UNAME" = Linux ]; then
no_netdev="-O no_netdev"
- if [ mountinfo -q /usr ]; then
- touch $rc_svcdir/usr_premounted
+ if mountinfo -q /usr; then
+ touch $RC_SVCDIR/usr_premounted
fi
fi
ebegin "Mounting local filesystems"