From 4c58298e58d3e10a58fbddaea5845fd0dac8a034 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Mon, 29 Jun 2020 16:10:19 +0200 Subject: [PATCH] format dialog content --- home.admin/config.scripts/bonus.rtl.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home.admin/config.scripts/bonus.rtl.sh b/home.admin/config.scripts/bonus.rtl.sh index 700c1c7dd..2ab567994 100755 --- a/home.admin/config.scripts/bonus.rtl.sh +++ b/home.admin/config.scripts/bonus.rtl.sh @@ -28,22 +28,22 @@ if [ "$1" = "menu" ]; then # Info with TOR /home/admin/config.scripts/blitz.lcd.sh qr "${toraddress}" whiptail --title " Ride The Lightning (RTL) " --msgbox "Open the following URL in your local web browser: -https://${localip}:3001 +https://${localip}:3001\n SHA1 Thumb/Fingerprint: ${fingerprint}\n Use your Password B to login.\n Hidden Service address for TOR Browser (QRcode on LCD):\n${toraddress} -" 15 67 +" 16 67 /home/admin/config.scripts/blitz.lcd.sh hide else # Info without TOR whiptail --title " Ride The Lightning (RTL) " --msgbox "Open the following URL in your local web browser: -https://${localip}:3001 +https://${localip}:3001\n SHA1 Thumb/Fingerprint: ${fingerprint}\n Use your Password B to login.\n Activate TOR to access the web interface from outside your local network. -" 14 57 +" 15 57 fi echo "please wait ..." exit 0