mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-22 16:10:55 +02:00
Fix Update Options
This commit is contained in:
@@ -379,7 +379,7 @@ OPTIONS+=(RELEASE "RaspiBlitz Release Update/Recovery")
|
|||||||
OPTIONS+=(PATCH "Patch RaspiBlitz v${codeVersion}")
|
OPTIONS+=(PATCH "Patch RaspiBlitz v${codeVersion}")
|
||||||
OPTIONS+=(BITCOIN "Bitcoin Core Update Options")
|
OPTIONS+=(BITCOIN "Bitcoin Core Update Options")
|
||||||
|
|
||||||
if [ "${lightning}" == "lnd" ]; then
|
if [ "${lightning}" == "lnd" ] || [ "${lnd}" == "on" ]; then
|
||||||
OPTIONS+=(LND "Interim LND Update Options")
|
OPTIONS+=(LND "Interim LND Update Options")
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user