From: luka Date: Fri, 18 Oct 2013 00:27:25 +0000 (+0000) Subject: siproxd: fix typo in variable name in init script X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=aa94f8d2a1bdd45543eac0e4c5cbf620bfaa65d8;p=12.09%2Fpackages.git siproxd: fix typo in variable name in init script Signed-off-by: Jiri Slachta git-svn-id: svn://svn.openwrt.org/openwrt/branches/packages_12.09@38443 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/siproxd/files/siproxd.init b/net/siproxd/files/siproxd.init index 4ecdfbb..1ad6e0f 100644 --- a/net/siproxd/files/siproxd.init +++ b/net/siproxd/files/siproxd.init @@ -128,7 +128,7 @@ start_instance() { echo ua_string = "$ua_string" >> "$siproxd_conf_prefix$cfg" echo use_rport = "$use_rport" >> "$siproxd_conf_prefix$cfg" if [ -n "$outbound_proxy_host" ]; then - echo oubound_proxy_host = "$outbound_proxy_host" >> "$siproxd_conf_prefix$cfg" + echo outbound_proxy_host = "$outbound_proxy_host" >> "$siproxd_conf_prefix$cfg" fi if [ -n "$outbound_proxy_port" ]; then echo outbound_proxy_port = "$outbound_proxy_port" >> "$siproxd_conf_prefix$cfg"