mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-03 20:44:54 +01:00
997af6f3f4
In contrib/bootstrap-node.sh line 7: if type lightning-cli >/dev/null 2>&1; then ^-- SC2039: In POSIX sh, 'type' is undefined. In contrib/startup_regtest.sh line 41: type lightning-cli || return ^-- SC2039: In POSIX sh, 'type' is undefined. In contrib/startup_regtest.sh line 42: type lightningd || return ^-- SC2039: In POSIX sh, 'type' is undefined. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> |
||
---|---|---|
.. | ||
init | ||
plugins | ||
pylightning | ||
bootstrap-node.sh | ||
Dockerfile.builder | ||
Dockerfile.builder.fedora | ||
Dockerfile.builder.i386 | ||
lightning-cli.bash-completion | ||
linuxarm32v7.Dockerfile | ||
linuxarm64v8.Dockerfile | ||
short_channel_id-to-txid.sh | ||
startup_regtest.sh |