ToastFreeware
/
gregoa
/
zavai.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Get the home dir from the environment
[gregoa/zavai.git]
/
run
diff --git
a/run
b/run
index 5fc2efbd0727e308c034f67c1ab3fe922709bdf3..5882ace8fbf649c2a348bae94b692a2829c88b8a 100755
(executable)
--- a/
run
+++ b/
run
@@
-6,4
+6,7
@@
export PYTHONPATH=$ROOT
export ZAVAI_CONFDIR=$ROOT/conf
export ZAVAI_PLUGINS=$ROOT/plugins
-$ROOT/src/zavai "$@"
+#$ROOT/src/zavai "$@"
+
+cd $ROOT
+src/zavai "$@"