mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-20 10:12:06 +01:00
lndmanage:improve messages on installation
This commit is contained in:
parent
7bcc9e3f83
commit
f914f7b822
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user