Skip to content

Commit 36378ef

Browse files
committed
Revert Debian package specific change.
This is required so sshuttle can be run from git repository. The way the Debian package is created is non-standard, and probably needs redoing anyway.
1 parent cba8b26 commit 36378ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/sshuttle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ for i in 1 2 3 4 5 6 7 8 9 10; do
44
[ -L "$EXE" ] || break
55
EXE=$(readlink "$EXE")
66
done
7-
#DIR=$(dirname "$EXE")
8-
DIR=/usr/share/sshuttle
7+
DIR=$(dirname "$EXE")
98
if python2 -V 2>/dev/null; then
109
exec python2 "$DIR/main.py" python2 "$@"
1110
else

0 commit comments

Comments
 (0)