#991 additional notice about needed active channel

This commit is contained in:
rootzoll 2020-01-22 02:52:15 +01:00
parent 90687877aa
commit ee0096cca2

View file

@ -35,6 +35,7 @@ function manage() {
if [ $(cat /mnt/hdd/raspiblitz.conf 2>/dev/null | grep -c "lndmanage=on") -eq 1 ]; then if [ $(cat /mnt/hdd/raspiblitz.conf 2>/dev/null | grep -c "lndmanage=on") -eq 1 ]; then
cd /home/admin/lndmanage cd /home/admin/lndmanage
source venv/bin/activate source venv/bin/activate
echo "NOTICE: Needs at least one active channel to run without error."
echo "to exit (venv) enter ---> deactivate" echo "to exit (venv) enter ---> deactivate"
lndmanage lndmanage
else else