From cf3b0a01233f90fc9683100ca5db5e9c90e598c0 Mon Sep 17 00:00:00 2001 From: dimitripb <31191267+dimitripb@users.noreply.github.com> Date: Fri, 22 May 2020 15:21:00 +0200 Subject: [PATCH] Update ubus.markdown (#13553) --- source/_integrations/ubus.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/ubus.markdown b/source/_integrations/ubus.markdown index 5c101c5cdcd..1ce33137cd7 100644 --- a/source/_integrations/ubus.markdown +++ b/source/_integrations/ubus.markdown @@ -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