diff --git a/home.admin/00settingsMenuServices.sh b/home.admin/00settingsMenuServices.sh index 81b978f35..57027729d 100644 --- a/home.admin/00settingsMenuServices.sh +++ b/home.admin/00settingsMenuServices.sh @@ -550,10 +550,8 @@ if [ "${lndmanage}" != "${choice}" ]; then if [ "${choice}" = "on" ]; then whiptail --title " Installed lndmanage " --msgbox "\ Usage: https://github.com/bitromortac/lndmanage/blob/master/README.md\n -Start with the line: -'cd lndmanage & source venv/bin/activate & lndmanage'\n -To exit: type 'deactivate' and press ENTER -" 12 75 +To start type: 'manage' in the command line. +" 9 75 fi needsReboot=0 else diff --git a/home.admin/config.scripts/bonus.lndmanage.sh b/home.admin/config.scripts/bonus.lndmanage.sh index 621bae776..204e328cb 100644 --- a/home.admin/config.scripts/bonus.lndmanage.sh +++ b/home.admin/config.scripts/bonus.lndmanage.sh @@ -37,8 +37,8 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then sudo sed -i "s/^lndmanage=.*/lndmanage=on/g" /mnt/hdd/raspiblitz.conf echo "usage: https://github.com/bitromortac/lndmanage/blob/master/README.md" - echo "to start type on command line: manage" - echo "to exit then venv - type 'deactivate' and press ENTER" + echo "To start type: 'manage' in the command line." + echo "To exit the venv - type 'deactivate' and press ENTER" exit 0 fi