mirror of
https://github.com/Retropex/raspiblitz.git
synced 2025-05-28 13:02:30 +02:00
fix: check cln-grpc after cln is installed
This commit is contained in:
parent
0b0c8e1547
commit
ec3a78a4ca
@ -415,10 +415,6 @@ if [ "${clNode}" != "${choice}" ]; then
|
|||||||
if [ "${choice}" = "on" ]; then
|
if [ "${choice}" = "on" ]; then
|
||||||
echo "# turning ON"
|
echo "# turning ON"
|
||||||
|
|
||||||
# also make sure that CLN GRPC is on for WebAPI
|
|
||||||
/home/admin/config.scripts/cl-plugin.cln-grpc.sh install
|
|
||||||
/home/admin/config.scripts/cl-plugin.cln-grpc.sh on
|
|
||||||
|
|
||||||
/home/admin/config.scripts/cl.install.sh on mainnet
|
/home/admin/config.scripts/cl.install.sh on mainnet
|
||||||
# generate wallet from seedwords or just display (write to dev/null to not write seed words to logs)
|
# generate wallet from seedwords or just display (write to dev/null to not write seed words to logs)
|
||||||
/home/admin/config.scripts/cl.hsmtool.sh new mainnet 1>/dev/null
|
/home/admin/config.scripts/cl.hsmtool.sh new mainnet 1>/dev/null
|
||||||
@ -430,6 +426,11 @@ if [ "${clNode}" != "${choice}" ]; then
|
|||||||
# no seed for signet
|
# no seed for signet
|
||||||
/home/admin/config.scripts/cl.install.sh on signet
|
/home/admin/config.scripts/cl.install.sh on signet
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# make sure that cln-grpc is on for the WebAPI
|
||||||
|
/home/admin/config.scripts/cl-plugin.cln-grpc.sh install
|
||||||
|
/home/admin/config.scripts/cl-plugin.cln-grpc.sh on
|
||||||
|
|
||||||
else
|
else
|
||||||
echo "# turning OFF"
|
echo "# turning OFF"
|
||||||
/home/admin/config.scripts/cl-plugin.cln-grpc.sh off
|
/home/admin/config.scripts/cl-plugin.cln-grpc.sh off
|
||||||
|
Loading…
Reference in New Issue
Block a user