mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-14 14:49:21 +02:00
#3135 make sure cln grpc is installed
This commit is contained in:
parent
caa2f4e659
commit
b7258fd2a5
@ -344,6 +344,7 @@ if [ "${lightning}" == "cl" ]; then
|
||||
/home/admin/config.scripts/cl.install.sh on mainnet >> ${logFile}
|
||||
|
||||
# switch cln-grpc on
|
||||
/home/admin/config.scripts/cl-plugin.cln-grpc.sh install >> ${logFile}
|
||||
/home/admin/config.scripts/cl-plugin.cln-grpc.sh on >> ${logFile}
|
||||
|
||||
# OLD WALLET FROM CLIGHTNING RESCUE
|
||||
|
@ -124,6 +124,7 @@ if [ "${lightning}" == "cl" ] || [ "${cl}" == "on" ] || [ "${cl}" == "1" ]; then
|
||||
sudo systemctl status lightningd -n2 --no-pager
|
||||
echo
|
||||
echo "*** LAST 30 C-LIGHTNING (MAINNET) INFO LOGS ***"
|
||||
echo "For details also use command --> cllog"
|
||||
echo "sudo tail -n 30 /home/bitcoin/.lightning/${network}/cl.log"
|
||||
sudo tail -n 30 /home/bitcoin/.lightning/${network}/cl.log
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user