mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-01-22 05:49:09 +01:00
Changed the sshuttle binary to point to install
This commit is contained in:
parent
e6e80f1f04
commit
a34e106b55
@ -4,7 +4,8 @@ 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=$(dirname "$EXE")
|
||||
DIR=/usr/share/sshuttle
|
||||
if python2 -V 2>/dev/null; then
|
||||
exec python2 "$DIR/main.py" python2 "$@"
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user