#3135 make sure cln grpc is installed

This commit is contained in:
rootzoll 2022-06-15 09:04:01 +02:00
parent caa2f4e659
commit b7258fd2a5
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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