From 1c5bc6764a4e31ec3ff19e01acad8d868339deec Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 11 Jul 2018 19:33:38 -0300 Subject: Process cli params at syncthing-tor --- syncthing-tor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3