diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-07-11 19:33:38 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-07-11 19:33:38 -0300 |
commit | 1c5bc6764a4e31ec3ff19e01acad8d868339deec (patch) | |
tree | 5979e01cd43238b5cd9a3d9920293db9a5629002 /syncthing-tor | |
parent | 37a43b49b53dd679eea0f59248498e2b88da6ccb (diff) | |
download | utils-tor-1c5bc6764a4e31ec3ff19e01acad8d868339deec.tar.gz utils-tor-1c5bc6764a4e31ec3ff19e01acad8d868339deec.tar.bz2 |
Process cli params at syncthing-tor
Diffstat (limited to 'syncthing-tor')
-rwxr-xr-x | syncthing-tor | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syncthing-tor b/syncthing-tor index 04a5f92..b6e98ee 100755 --- a/syncthing-tor +++ b/syncthing-tor @@ -6,7 +6,7 @@ # See https://docs.syncthing.net/users/proxying.html if which syncthing 2> /dev/null; then export all_proxy=socks5://127.0.0.1:9050 - syncthing + syncthing "$@" else echo "error: syncthing not installed" exit 1 |