diff options
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 |