tinyproxy: handling of option XTinyproxy
1.) Fix the handling of XTinyproxy option to avoid syntax error when starting tinyproxy: example: Syntax error on line 15 Unable to parse config file. Not starting. Signed-off-by: Mathieu Coupe <eagle.pounains@gmail.com>
This commit is contained in:
parent
fdbb6f1117
commit
247a8c740e
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ start_proxy() {
|
|||
|
||||
proxy_atom "$1" LogLevel >> $CFGFILE
|
||||
|
||||
proxy_list "$1" XTinyproxy >> $CFGFILE
|
||||
proxy_flag "$1" XTinyproxy >> $CFGFILE
|
||||
|
||||
proxy_atom "$1" MaxClients >> $CFGFILE
|
||||
proxy_atom "$1" MinSpareServers >> $CFGFILE
|
||||
|
|
Loading…
Reference in a new issue