From ee0096cca2b6d185425ebf56a6363dc27b066e01 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Wed, 22 Jan 2020 02:52:15 +0100 Subject: [PATCH] #991 additional notice about needed active channel --- home.admin/_commands.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/home.admin/_commands.sh b/home.admin/_commands.sh index 8f7f43c3f..23d126c6a 100644 --- a/home.admin/_commands.sh +++ b/home.admin/_commands.sh @@ -35,6 +35,7 @@ function manage() { if [ $(cat /mnt/hdd/raspiblitz.conf 2>/dev/null | grep -c "lndmanage=on") -eq 1 ]; then cd /home/admin/lndmanage source venv/bin/activate + echo "NOTICE: Needs at least one active channel to run without error." echo "to exit (venv) enter ---> deactivate" lndmanage else