uhttpd: fix default cert names in init script
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 22 Mar 2010 23:20:21 +0000 (23:20 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 22 Mar 2010 23:20:21 +0000 (23:20 +0000)
contrib/package/uhttpd/files/uhttpd.init

index 16320a7..a25bf78 100755 (executable)
@@ -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" ] || {