mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-26 11:37:19 +02:00
fix signetnet var names to signet
This commit is contained in:
@@ -366,7 +366,7 @@ if [ "${lndNode}" != "${choice}" ]; then
|
||||
if [ "${testnet}" == "on" ]; then
|
||||
/home/admin/config.scripts/lnd.install.sh on testnet
|
||||
fi
|
||||
if [ "${signetnet}" == "on" ]; then
|
||||
if [ "${signet}" == "on" ]; then
|
||||
/home/admin/config.scripts/lnd.install.sh on signet
|
||||
fi
|
||||
else
|
||||
@@ -391,7 +391,7 @@ if [ "${clnNode}" != "${choice}" ]; then
|
||||
if [ "${testnet}" == "on" ]; then
|
||||
/home/admin/config.scripts/cln.install.sh on testnet
|
||||
fi
|
||||
if [ "${signetnet}" == "on" ]; then
|
||||
if [ "${signet}" == "on" ]; then
|
||||
/home/admin/config.scripts/cln.install.sh on signet
|
||||
fi
|
||||
else
|
||||
|
Reference in New Issue
Block a user