fabric-samples/ci/scripts/shellcheck.sh
James Taylor 7e5a3d85ad Update nano test network
Fix minor bugs, and add network.sh script to simplify standing up the network

Note: the updated peerNadmin.sh scripts no longer create or join a channel and now only configure the environment for the relevant peer

Signed-off-by: James Taylor <jamest@uk.ibm.com>
2022-08-26 14:47:31 +01:00

6 lines
100 B
Bash
Executable file

#!/bin/bash
set -euo pipefail
shellcheck --version
cd ./test-network-nano-bash && shellcheck *.sh