loop: format messagebox after install

This commit is contained in:
openoms 2019-12-25 09:05:51 +01:00
parent d07f1bfa72
commit 4da96b9ec0

View file

@ -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