mirror of
https://github.com/Retropex/raspiblitz.git
synced 2025-05-12 19:20:48 +02:00
make lndconnect easy to update
This commit is contained in:
parent
6de7656f47
commit
e67a03e433
@ -44,7 +44,7 @@ fi
|
|||||||
# using own fork of lndconnet because of this commit to fix for better QR code:
|
# using own fork of lndconnet because of this commit to fix for better QR code:
|
||||||
commit=e3aef66c89001cd35b31a0750ab2bd798bc8fcb5
|
commit=e3aef66c89001cd35b31a0750ab2bd798bc8fcb5
|
||||||
isInstalled=$(lndconnect -h 2>/dev/null | grep "nocert" -c)
|
isInstalled=$(lndconnect -h 2>/dev/null | grep "nocert" -c)
|
||||||
if [ $isInstalled -eq 0 ]; then
|
if [ $isInstalled -eq 0 ] || [ "$1" == "update" ]; then
|
||||||
echo "# Installing lndconnect.."
|
echo "# Installing lndconnect.."
|
||||||
# make sure Go is installed
|
# make sure Go is installed
|
||||||
/home/admin/config.scripts/bonus.go.sh
|
/home/admin/config.scripts/bonus.go.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user