Update ubus.markdown (#13553)

This commit is contained in:
dimitripb 2020-05-22 15:21:00 +02:00 committed by GitHub
parent 4330c64dea
commit cf3b0a0123
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ For OpenWrt version 18.06.x the package uhttpd-mod-ubus should also be installed
opkg install uhttpd-mod-ubus
```
And create a read-only user to be used by setting up the ACL file `/usr/share/rpcd/acl.d/user.json`.
And create on your OpenWrt device a read-only user to be used by setting up the ACL file `/usr/share/rpcd/acl.d/user.json`.
```json
{
@ -38,7 +38,7 @@ And create a read-only user to be used by setting up the ACL file `/usr/share/rp
}
```
Restart the services.
Restart the services. This ACL file needs to be recreated after updating/upgrading your OpenWrt firmware.
```bash
# /etc/init.d/rpcd restart && /etc/init.d/uhttpd restart