diff --git a/home.admin/00settingsMenuServices.sh b/home.admin/00settingsMenuServices.sh index 7b6a830fa..f3b093033 100644 --- a/home.admin/00settingsMenuServices.sh +++ b/home.admin/00settingsMenuServices.sh @@ -549,7 +549,8 @@ if [ "${lndmanage}" != "${choice}" ]; then sudo -u admin /home/admin/config.scripts/bonus.lndmanage.sh ${choice} if [ "${choice}" = "on" ]; then whiptail --title " Installed lndmanage " --msgbox "\ -Usage: https://github.com/bitromortac/lndmanage/blob/master/README.md\n +Usage: https://github.com/bitromortac/lndmanage/blob/master/README.md +Have at least one channel active to run it without error. To start type: 'manage' in the command line. " 9 75 fi diff --git a/home.admin/config.scripts/bonus.lndmanage.sh b/home.admin/config.scripts/bonus.lndmanage.sh index c25051514..500a5041d 100644 --- a/home.admin/config.scripts/bonus.lndmanage.sh +++ b/home.admin/config.scripts/bonus.lndmanage.sh @@ -39,6 +39,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then echo "usage: https://github.com/bitromortac/lndmanage/blob/master/README.md" echo "To start type: 'manage' in the command line." + echo "Needs at least one channel to start without error." echo "To exit the venv - type 'deactivate' and press ENTER" exit 0