From 1d9117a26eb2ed9c1a7a2c75d27066dc02a837e9 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Sun, 21 Dec 2014 12:06:55 +0200 Subject: fix runlocal ant command --- runlocal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.3.1