siproxd: fix typo in init script
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
This commit is contained in:
parent
5ab14990b9
commit
4fc80c5f96
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue