From 82847f7469d4ff78d92126df025ffedb1e5e4a60 Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 8 Jul 2023 00:47:16 -0600 Subject: [PATCH] update uci commit command to specify 'acme' --- How-to-run-on-OpenWrt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/How-to-run-on-OpenWrt.md b/How-to-run-on-OpenWrt.md index 0246a524..279773bf 100644 --- a/How-to-run-on-OpenWrt.md +++ b/How-to-run-on-OpenWrt.md @@ -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 commit +uci commit uhttpd /etc/init.d/uhttpd restart ```