work on new site system, only change directory when doing start command
This commit is contained in:
parent
027ce4f45b
commit
ff9bdc690e
12 changed files with 65 additions and 9 deletions
|
@ -1,5 +1,6 @@
|
|||
#!/bin/sh
|
||||
ORIG_ONIONR_RUN_DIR=`pwd`
|
||||
export ORIG_ONIONR_RUN_DIR
|
||||
cd "$(dirname "$0")"
|
||||
cd onionr
|
||||
./__init__.py "$@"
|
||||
./__init__.py "$@"
|
Loading…
Add table
Add a link
Reference in a new issue