typo fixes
This commit is contained in:
parent
8661af3223
commit
c5e163cffc
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user