mirror of
https://github.com/corda/corda.git
synced 2025-01-04 20:24:17 +00:00
8 lines
138 B
Bash
8 lines
138 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
set -eux
|
||
|
|
||
|
export REPLICA_ID=$(echo $HOSTNAME | grep -o "\d\+")
|
||
|
|
||
|
java -Xmx700m -jar corda.jar --log-to-console --no-local-shell
|