mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-26 11:37:19 +02:00
remove debug
This commit is contained in:
@@ -147,12 +147,8 @@ fi
|
|||||||
|
|
||||||
# if C-Lightning is active
|
# if C-Lightning is active
|
||||||
if [ "${lightning}" == "cln" ] || [ "${cln}" == "on" ]; then
|
if [ "${lightning}" == "cln" ] || [ "${cln}" == "on" ]; then
|
||||||
echo "GOT CLN"
|
|
||||||
OPTIONS+=(CLN "C-lightning Wallet Options")
|
OPTIONS+=(CLN "C-lightning Wallet Options")
|
||||||
else
|
|
||||||
echo "NO CLN (${cln})"
|
|
||||||
fi
|
fi
|
||||||
sleep 3
|
|
||||||
|
|
||||||
OPTIONS+=(SETTINGS "Node Settings & Options")
|
OPTIONS+=(SETTINGS "Node Settings & Options")
|
||||||
OPTIONS+=(SERVICES "Additional Apps & Services")
|
OPTIONS+=(SERVICES "Additional Apps & Services")
|
||||||
|
Reference in New Issue
Block a user