summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2014-12-21 12:06:55 +0200
committerLV-426 <lv-426@taproot.org.il>2014-12-21 12:08:41 +0200
commit1d9117a26eb2ed9c1a7a2c75d27066dc02a837e9 (patch)
tree23b86e71c68939e92108e3dfacfeb7473f8500e7
parent9cabfe315a8eb4a564afda1c72dc8717e3e8b678 (diff)
fix runlocal ant command
-rwxr-xr-xrunlocal2
1 files changed, 1 insertions, 1 deletions
diff --git a/runlocal b/runlocal
index 1b3763bc..ca226076 100755
--- a/runlocal
+++ b/runlocal
@@ -3,6 +3,6 @@ if [ `(netstat -ltnop 2>/dev/null | grep 7474 | wc -l)` == 0 ]; then
echo run neo4j please
exit 0
fi
-ant -f build.ant -DrzRootDir=`realpath ..` deploy-local
+ant -f build.ant deploy-local
cd deploy-local
python bin/rhizi_server.py --config-dir etc