aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-07-11 19:33:38 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-07-11 19:33:38 -0300
commit1c5bc6764a4e31ec3ff19e01acad8d868339deec (patch)
tree5979e01cd43238b5cd9a3d9920293db9a5629002
parent37a43b49b53dd679eea0f59248498e2b88da6ccb (diff)
downloadutils-tor-1c5bc6764a4e31ec3ff19e01acad8d868339deec.tar.gz
utils-tor-1c5bc6764a4e31ec3ff19e01acad8d868339deec.tar.bz2
Process cli params at syncthing-tor
-rwxr-xr-xsyncthing-tor2
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