luci-app-travelmate: fix ACL typo

* fix long standing ACL path typo

Signed-off-by: Dirk Brenken <dev@brenken.org>
pull/6659/head
Dirk Brenken 2023-10-27 09:22:33 +02:00
parent 5efa9c52c8
commit 71931c2314
No known key found for this signature in database
GPG Key ID: 9D71CD547BFAE684
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
"/tmp/trm_runtime.json": [ "read" ],
"/sbin/logread -e trm-": [ "exec" ],
"/usr/sbin/logread -e trm-": [ "exec" ],
"/usr/sbin/ifup *": [ "exec" ],
"/sbin/ifup *": [ "exec" ],
"/etc/init.d/travelmate start" : [ "exec" ],
"/etc/init.d/travelmate stop" : [ "exec" ],
"/etc/init.d/travelmate reload" : [ "exec" ],