From 583517cf1eb45e45431733319d4bdc547581fdba Mon Sep 17 00:00:00 2001 From: rootzoll Date: Tue, 3 Aug 2021 22:25:36 +0200 Subject: [PATCH] show sparko installed or not --- home.admin/00settingsMenuServices.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home.admin/00settingsMenuServices.sh b/home.admin/00settingsMenuServices.sh index 2c3628257..9be825e83 100755 --- a/home.admin/00settingsMenuServices.sh +++ b/home.admin/00settingsMenuServices.sh @@ -23,6 +23,7 @@ if [ ${#sphinxrelay} -eq 0 ]; then sphinxrelay="off"; fi if [ ${#lit} -eq 0 ]; then lit="off"; fi if [ ${#whitepaper} -eq 0 ]; then whitepaper="off"; fi if [ ${#chantools} -eq 0 ]; then chantools="off"; fi +if [ ${#sparko} -eq 0 ]; then sparko="off"; fi # show select dialog echo "run dialog ..." @@ -48,7 +49,7 @@ fi # just available for CLN if [ "${lightning}" == "cln" ]; then - OPTIONS+=(k 'Sparko' ${sphinxrelay}) + OPTIONS+=(k 'Sparko' ${sparko}) fi OPTIONS+=(j 'JoinMarket' ${joinmarket})