From 4da96b9ec0b1bc7eb5638ee164bccc0580dc097a Mon Sep 17 00:00:00 2001 From: openoms Date: Wed, 25 Dec 2019 09:05:51 +0100 Subject: [PATCH] loop: format messagebox after install --- home.admin/00settingsMenuServices.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home.admin/00settingsMenuServices.sh b/home.admin/00settingsMenuServices.sh index 62eeb0421..e965d243d 100644 --- a/home.admin/00settingsMenuServices.sh +++ b/home.admin/00settingsMenuServices.sh @@ -132,15 +132,15 @@ if [ "${loop}" != "${choice}" ]; then if [ ${#GOPATH} -eq 0 ]; then whiptail --title " Installed the Lightning Loop Service (loopd) " --msgbox "\ 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. -" 11 75 +" 11 56 needsReboot=1 else whiptail --title " Installed the Lightning Loop Service (loopd) " --msgbox "\ Usage and examples: https://github.com/lightninglabs/loop#loop-out-swaps\n Use the command 'loop' to see the options. -" 10 75 +" 10 56 needsReboot=0 fi else