onionr can now run from relative dirs and lots of bug fixes
This commit is contained in:
parent
5f22387af6
commit
f99ff27006
12 changed files with 52 additions and 15 deletions
|
@ -1,4 +1,6 @@
|
|||
#!/bin/sh
|
||||
ORIG_ONIONR_RUN_DIR=`pwd`
|
||||
export ORIG_ONIONR_RUN_DIR
|
||||
cd "$(dirname "$0")"
|
||||
cd onionr/
|
||||
./__init__.py "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue