corda-training-materials
corda-training-materials copied to clipboard
runnodes execution fails with sh
In p14: Testing Get-IOUs Endpoint of Module 10 - Plugins and APIs.pdf
,
it is instructed to use sh build/nodes/runnodes
to run the nodes on Unix machines.
It fails with the following error on Ubuntu 16.04.5 LTS:
runnodes: 3: set: Illegal option -o pipefail
Apparently pipefail
option is for BASH only, thus we should use bash
explicitly instead, i.e.:
bash build/nodes/runnodes