update uci commit command to specify 'acme'

Colin 2023-07-08 00:47:16 -06:00
parent 839e7c44e5
commit 82847f7469
1 changed files with 1 additions and 1 deletions

@ -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
``` ```