Merge pull request #174 from ligi/fix_cli_sh

fix an error ( Error: Unable to access jarfile ./lib/ethereumj-0.7.9.jar )
This commit is contained in:
skype me: roman.mandeleil 2014-12-11 10:37:59 +01:00
commit 9d53d80e4f
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
java -Xmx6144M -Dlog4j.configuration=file:./config/log4j.properties -jar ./lib/ethereumj-0.7.9.jar org.ethereum.Start -o true $@
java -Xmx6144M -Dlog4j.configuration=file:./config/log4j.properties -jar ./lib/ethereumj-0.7.9*.jar org.ethereum.Start -o true $@