corda-training-materials icon indicating copy to clipboard operation
corda-training-materials copied to clipboard

runnodes execution fails with sh

Open ooharawork opened this issue 6 years ago • 0 comments

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

ooharawork avatar Aug 15 '18 08:08 ooharawork