mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-10 12:53:01 +02:00
services: show info only on installation
This commit is contained in:
@@ -125,10 +125,12 @@ if [ "${loop}" != "${choice}" ]; then
|
|||||||
echo "Loop Setting changed .."
|
echo "Loop Setting changed .."
|
||||||
anychange=1
|
anychange=1
|
||||||
sudo /home/admin/config.scripts/bonus.loop.sh ${choice}
|
sudo /home/admin/config.scripts/bonus.loop.sh ${choice}
|
||||||
|
if [ "${choice}" = "on" ]; then
|
||||||
whiptail --title " Installed the Lightning Loop Service (loopd) " --msgbox "\
|
whiptail --title " Installed the Lightning Loop Service (loopd) " --msgbox "\
|
||||||
Usage and examples: https://github.com/lightninglabs/loop#loop-out-swaps\n
|
Usage and examples: https://github.com/lightninglabs/loop#loop-out-swaps\n
|
||||||
Start from the command line by typing 'loop' to see the options.
|
Start from the command line by typing 'loop' to see the options.
|
||||||
" 10 75
|
" 10 75
|
||||||
|
fi
|
||||||
needsReboot=0
|
needsReboot=0
|
||||||
else
|
else
|
||||||
echo "Loop Setting unchanged."
|
echo "Loop Setting unchanged."
|
||||||
@@ -524,12 +526,14 @@ if [ "${lndmanage}" != "${choice}" ]; then
|
|||||||
echo "lndmanage Setting changed .."
|
echo "lndmanage Setting changed .."
|
||||||
anychange=1
|
anychange=1
|
||||||
sudo /home/admin/config.scripts/bonus.lndmanage.sh ${choice}
|
sudo /home/admin/config.scripts/bonus.lndmanage.sh ${choice}
|
||||||
|
if [ "${choice}" = "on" ]; then
|
||||||
whiptail --title " Installed lndmanage " --msgbox "\
|
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\n
|
||||||
Start with the line:
|
Start with the line:
|
||||||
'cd lndmanage & source venv/bin/activate & lndmanage'\n
|
'cd lndmanage & source venv/bin/activate & lndmanage'\n
|
||||||
To exit: type 'deactivate' and press ENTER
|
To exit: type 'deactivate' and press ENTER
|
||||||
" 12 75
|
" 12 75
|
||||||
|
fi
|
||||||
needsReboot=0
|
needsReboot=0
|
||||||
else
|
else
|
||||||
echo "lndmanage setting unchanged."
|
echo "lndmanage setting unchanged."
|
||||||
|
Reference in New Issue
Block a user