mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
#991 additional notice about needed active channel
This commit is contained in:
parent
90687877aa
commit
ee0096cca2
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue