mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-28 16:58:03 +01:00
fix version swap
This commit is contained in:
parent
da66fb9724
commit
00dc6423ab
1 changed files with 2 additions and 2 deletions
|
@ -371,8 +371,8 @@ if [ "$1" = "status" ]; then
|
|||
lndVersion=$(grep "lightninglabs/lnd" /mnt/storage/umbrel/docker-compose.yml 2>/dev/null | sed 's/.*lnd://' | sed 's/@.*//')
|
||||
fi
|
||||
echo "hddVersionBTC='${btcVersion}'"
|
||||
echo "hddVersionLND='${clnVersion}'"
|
||||
echo "hddVersionCLN='${lndVersion}'"
|
||||
echo "hddVersionCLN='${clnVersion}'"
|
||||
echo "hddVersionLND='${lndVersion}'"
|
||||
elif [ ${isMyNodeHDD} -gt 0 ]; then
|
||||
hddGotMigrationData="mynode"
|
||||
elif [ ${isCitadelHDD} -gt 0 ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue