From: Jiri Slachta Date: Thu, 17 Oct 2013 13:46:39 +0000 (+0200) Subject: siproxd: fix typo in init script X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=4fc80c5f96fff7b7b9a463415ef08a4d36296369;p=feed%2Ftelephony.git siproxd: fix typo in init script Signed-off-by: Jiri Slachta --- 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"