typo fixes
This commit is contained in:
parent
8661af3223
commit
c5e163cffc
@ -22,8 +22,8 @@ start()
|
|||||||
|
|
||||||
if [ "$RC_UNAME" = Linux ]; then
|
if [ "$RC_UNAME" = Linux ]; then
|
||||||
no_netdev="-O no_netdev"
|
no_netdev="-O no_netdev"
|
||||||
if [ mountinfo -q /usr ]; then
|
if mountinfo -q /usr; then
|
||||||
touch $rc_svcdir/usr_premounted
|
touch $RC_SVCDIR/usr_premounted
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
ebegin "Mounting local filesystems"
|
ebegin "Mounting local filesystems"
|
||||||
|
Loading…
Reference in New Issue
Block a user