diff --git a/src/sshuttle b/src/sshuttle index 6ee47f1..2d234d5 100755 --- a/src/sshuttle +++ b/src/sshuttle @@ -4,8 +4,7 @@ for i in 1 2 3 4 5 6 7 8 9 10; do [ -L "$EXE" ] || break EXE=$(readlink "$EXE") done -#DIR=$(dirname "$EXE") -DIR=/usr/share/sshuttle +DIR=$(dirname "$EXE") if python2 -V 2>/dev/null; then exec python2 "$DIR/main.py" python2 "$@" else