fix signetnet var names to signet

This commit is contained in:
openoms
2021-09-01 17:49:53 +01:00
parent c81f4f13f5
commit 0a5d710e0d

View File

@@ -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