ucitrack: fix bug for exec with params 3778/head
authorjjm2473 <1129525450@qq.com>
Sun, 22 Mar 2020 16:58:46 +0000 (00:58 +0800)
committerjjm2473 <1129525450@qq.com>
Sun, 22 Mar 2020 17:05:31 +0000 (01:05 +0800)
commit97780a9ce158097e17ed7842ae01e765d5da4955
tree4b657aebe1c82b963309012565efc192bcc3b65b
parent63d357123ffafd135760d9b0922a576639cf4201
ucitrack: fix bug for exec with params

In file `/etc/config/ucitrack`
```
config fstab
        option exec '/sbin/block mount'
```
`/sbin/block mount` never be called after fstab changed.

Signed-off-by: jjm2473 <1129525450@qq.com>
modules/luci-base/root/etc/init.d/ucitrack