We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cba8b26 commit 36378efCopy full SHA for 36378ef
src/sshuttle
@@ -4,8 +4,7 @@ for i in 1 2 3 4 5 6 7 8 9 10; do
4
[ -L "$EXE" ] || break
5
EXE=$(readlink "$EXE")
6
done
7
-#DIR=$(dirname "$EXE")
8
-DIR=/usr/share/sshuttle
+DIR=$(dirname "$EXE")
9
if python2 -V 2>/dev/null; then
10
exec python2 "$DIR/main.py" python2 "$@"
11
else
0 commit comments