From: Adam Date: Sat, 16 Aug 2014 05:17:19 +0000 (-0400) Subject: Update run.sh, 'acid' is the parent project, making acid-acid the core X-Git-Url: https://jfr.im/git/irc/rizon/acid.git/commitdiff_plain/37efb680e755a7f4b442c39402c2d673c7dca2b2?ds=sidebyside Update run.sh, 'acid' is the parent project, making acid-acid the core --- diff --git a/run.sh b/run.sh index 595e6f8..0663900 100755 --- a/run.sh +++ b/run.sh @@ -1,6 +1,6 @@ #!/bin/bash -JAR=acid/target/acid-4.0-SNAPSHOT-jar-with-dependencies.jar +JAR=acid/target/acid-acid-4.0-SNAPSHOT-jar-with-dependencies.jar # TODO: LD_PRELOAD configurable here? java -XX:+HeapDumpOnOutOfMemoryError -Xms64m -Xmx256m -jar $JAR >geoserv.log 2>&1 & echo "Acidictive started"