Skip to content
Snippets Groups Projects
Commit 59c05778 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

uhttpd: fix appending https ports to cmdline


Otherwise it is started only on non-secure ports.

Signed-off-by: default avatarWojciech Dubowik <Wojciech.Dubowik@neratec.com>

SVN-Revision: 38171
parent 5166bb0b
No related branches found
No related tags found
No related merge requests found
...@@ -112,7 +112,7 @@ start_instance() ...@@ -112,7 +112,7 @@ start_instance()
append_arg "$cfg" key "-K" append_arg "$cfg" key "-K"
for listen in $https; do for listen in $https; do
append UHTTPD_ARGS "-s $listen" procd_append_param command -s "$listen"
done done
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment