diff options
| author | LV-426 <lv-426@taproot.org.il> | 2014-12-21 12:06:55 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2014-12-21 12:08:41 +0200 |
| commit | 1d9117a26eb2ed9c1a7a2c75d27066dc02a837e9 (patch) | |
| tree | 23b86e71c68939e92108e3dfacfeb7473f8500e7 | |
| parent | 9cabfe315a8eb4a564afda1c72dc8717e3e8b678 (diff) | |
fix runlocal ant command
| -rwxr-xr-x | runlocal | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
