mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-28 20:42:41 +02:00
loop: format messagebox after install
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user