mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
make lndconnect easy to update
This commit is contained in:
parent
6de7656f47
commit
e67a03e433
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ fi
|
|||
# using own fork of lndconnet because of this commit to fix for better QR code:
|
||||
commit=e3aef66c89001cd35b31a0750ab2bd798bc8fcb5
|
||||
isInstalled=$(lndconnect -h 2>/dev/null | grep "nocert" -c)
|
||||
if [ $isInstalled -eq 0 ]; then
|
||||
if [ $isInstalled -eq 0 ] || [ "$1" == "update" ]; then
|
||||
echo "# Installing lndconnect.."
|
||||
# make sure Go is installed
|
||||
/home/admin/config.scripts/bonus.go.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue