typo fixes

This commit is contained in:
William Hubbs 2012-11-30 12:05:26 -06:00
parent 8661af3223
commit c5e163cffc

View File

@ -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"