From: Jo-Philipp Wich Date: Mon, 22 Mar 2010 23:20:21 +0000 (+0000) Subject: uhttpd: fix default cert names in init script X-Git-Tag: 0.10.0~785 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=2f34a51f830cf0cf98d4da1813ffed83984b2bcd uhttpd: fix default cert names in init script --- diff --git a/contrib/package/uhttpd/files/uhttpd.init b/contrib/package/uhttpd/files/uhttpd.init index 16320a730..a25bf789c 100755 --- a/contrib/package/uhttpd/files/uhttpd.init +++ b/contrib/package/uhttpd/files/uhttpd.init @@ -70,8 +70,8 @@ start_instance() append_listen_http config_get ssl "$cfg" listen_https - config_get UHTTPD_KEY "$cfg" key /etc/httpd.key - config_get UHTTPD_CERT "$cfg" cert /etc/httpd.cert + config_get UHTTPD_KEY "$cfg" key /etc/uhttpd.key + config_get UHTTPD_CERT "$cfg" cert /etc/uhttpd.crt [ -n "$ssl" ] && { [ -f "$UHTTPD_CERT" -a -f "$UHTTPD_KEY" ] || {