From 73636ef1d04395b090d0438497b1de32e6333ae5 Mon Sep 17 00:00:00 2001 From: nbd Date: Wed, 25 Sep 2013 07:44:48 +0000 Subject: [PATCH] uhttpd: fix appending https ports to cmdline Otherwise it is started only on non-secure ports. Signed-off-by: Wojciech Dubowik git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38171 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/network/services/uhttpd/files/uhttpd.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/network/services/uhttpd/files/uhttpd.init b/package/network/services/uhttpd/files/uhttpd.init index 51f7547ca8..ce304831eb 100755 --- a/package/network/services/uhttpd/files/uhttpd.init +++ b/package/network/services/uhttpd/files/uhttpd.init @@ -112,7 +112,7 @@ start_instance() append_arg "$cfg" key "-K" for listen in $https; do - append UHTTPD_ARGS "-s $listen" + procd_append_param command -s "$listen" done } } -- 2.11.0