luci-app-adguardhome: fix wrong conf dir

Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
This commit is contained in:
CN_SZTL 2021-02-01 18:58:20 +08:00
parent 478548d7d2
commit 33b80c2ba1
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -2,7 +2,7 @@ config AdGuardHome 'AdGuardHome'
option enabled '0'
option httpport '3000'
option redirect 'none'
option configpath '/etc/AdGuardHome/AdGuardHome.yaml'
option configpath '/etc/AdGuardHome.yaml'
option workdir '/etc/AdGuardHome'
option logfile '/tmp/AdGuardHome.log'
option verbose '0'