remove summary plugin archived update plugin repo to latest cln healthcheck don't use plugins rely to getinfo command Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
6 lines
65 B
Bash
Executable File
6 lines
65 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -ex
|
|
|
|
lightning-cli --network $VLS_NETWORK getinfo
|