diff options
Diffstat (limited to 'tor-exit-ssl-check')
-rwxr-xr-x | tor-exit-ssl-check | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tor-exit-ssl-check b/tor-exit-ssl-check index a3a0729..0e881f5 100755 --- a/tor-exit-ssl-check +++ b/tor-exit-ssl-check @@ -163,6 +163,7 @@ while : ; do else server="$torserver" fi + server="${server// /}" [ "$verbose" = 0 ] || echo "Setting ExitNodes $server" echo "RESETCONF ExitNodes" >&${COPROC[1]} |