2
0
mirror of https://github.com/acmesh-official/acme.sh synced 2025-09-05 16:55:22 +00:00

update uci commit command to specify 'acme'

Colin
2023-07-08 00:47:16 -06:00
parent 839e7c44e5
commit 82847f7469

@@ -17,7 +17,7 @@ These commands use the OpenWrt [`uci` command](https://wiki.openwrt.org/doc/uci)
``` ```
uci set uhttpd.main.redirect_https=1 uci set uhttpd.main.redirect_https=1
uci commit uci commit uhttpd
/etc/init.d/uhttpd restart /etc/init.d/uhttpd restart
``` ```