ToastFreeware
/
gregoa
/
zavai.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Grammar correction
[gregoa/zavai.git]
/
run
diff --git
a/run
b/run
index 5fc2efbd0727e308c034f67c1ab3fe922709bdf3..ae0c221be758da3e491918d8916b61a4f6fc7208 100755
(executable)
--- a/
run
+++ b/
run
@@
-6,4
+6,10
@@
export PYTHONPATH=$ROOT
export ZAVAI_CONFDIR=$ROOT/conf
export ZAVAI_PLUGINS=$ROOT/plugins
-$ROOT/src/zavai "$@"
+#$ROOT/src/zavai "$@"
+
+cd $ROOT
+while true
+do
+ src/zavai "$@"
+done