Merge pull request #952 from cshore-history/pull-request-fstab-avoid-block-umount-on-apply
luci-base: Avoid block umount on fstab apply
This commit is contained in:
commit
f4dd2e6dfb
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ config httpd
|
||||||
option init httpd
|
option init httpd
|
||||||
|
|
||||||
config fstab
|
config fstab
|
||||||
option init fstab
|
option exec '/sbin/block mount'
|
||||||
|
|
||||||
config qos
|
config qos
|
||||||
option init qos
|
option init qos
|
||||||
|
|
Loading…
Reference in a new issue