diff --git a/owsd/uproxy-files/etc/uci-defaults/60-owsd-ubusproxy b/owsd/uproxy-files/etc/uci-defaults/60-owsd-ubusproxy index a4ac0c6e9875986432011c901c9b48bac9d237ff..3514d44fe70e383fe9012bb5c4dfaa034851f61d 100644 --- a/owsd/uproxy-files/etc/uci-defaults/60-owsd-ubusproxy +++ b/owsd/uproxy-files/etc/uci-defaults/60-owsd-ubusproxy @@ -8,7 +8,6 @@ uci set owsd.ubusproxy.enable="1" uci set owsd.ubusproxy.peer_key="/etc/ubusx/ubusx_demo_only.key" uci set owsd.ubusproxy.peer_cert="/etc/ubusx/ubusx_demo_only.crt" uci set owsd.ubusproxy.peer_ca="/etc/ubusx/ubusxDemoCA.crt" -uci commit owsd # do not create wan_https section if it exists already [ "$(uci -q get owsd.wan_https)" == "owsd-listen" ] && exit 0 @@ -25,5 +24,3 @@ uci set owsd.wan_https.ca="/etc/ubusx/ubusxDemoCA.crt" uci set owsd.wan_https.whitelist_interface_as_origin="1" uci del_list owsd.wan_https.origin="*" uci add_list owsd.wan_https.origin="*" -uci commit owsd -