mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
loop: format messagebox after install
This commit is contained in:
parent
d07f1bfa72
commit
4da96b9ec0
1 changed files with 3 additions and 3 deletions
|
@ -132,15 +132,15 @@ if [ "${loop}" != "${choice}" ]; then
|
||||||
if [ ${#GOPATH} -eq 0 ]; then
|
if [ ${#GOPATH} -eq 0 ]; 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 after the reboot
|
Start from the command line after the reboot.
|
||||||
Use the command 'loop' to see the options.
|
Use the command 'loop' to see the options.
|
||||||
" 11 75
|
" 11 56
|
||||||
needsReboot=1
|
needsReboot=1
|
||||||
else
|
else
|
||||||
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
|
||||||
Use the command 'loop' to see the options.
|
Use the command 'loop' to see the options.
|
||||||
" 10 75
|
" 10 56
|
||||||
needsReboot=0
|
needsReboot=0
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue