ubus.markdown: fix JSON syntax (#34522)

This commit is contained in:
René Kliment 2024-09-02 09:30:37 +02:00 committed by GitHub
parent 1531885ce7
commit b7edb34e1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,7 +49,7 @@ Then, create an ACL file at `/usr/share/rpcd/acl.d/hass.json` for the user `hass
"ubus": {
"hostapd.*": ["get_clients"],
"uci": ["get"]
},
}
},
"write": {}
}