From 0a5d710e0d2da20e3c1edbefc69b317a73e4e420 Mon Sep 17 00:00:00 2001 From: openoms Date: Wed, 1 Sep 2021 17:49:53 +0100 Subject: [PATCH] fix signetnet var names to signet --- home.admin/00settingsMenuBasics.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home.admin/00settingsMenuBasics.sh b/home.admin/00settingsMenuBasics.sh index a0d7c17a4..a31b0c056 100755 --- a/home.admin/00settingsMenuBasics.sh +++ b/home.admin/00settingsMenuBasics.sh @@ -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