From f7ce92de314c70312ee666ddb34fcd5672c0aca8 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Fri, 21 Dec 2018 01:26:23 +0100 Subject: [PATCH] fix dialog --- README.md | 2 +- home.admin/00settingsMenuServices.sh | 2 +- home.admin/97addMobileWallet.sh | 4 ++-- home.admin/config.scripts/internet.dyndomain.sh | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3779a90..afe7af3 100644 --- a/README.md +++ b/README.md @@ -259,7 +259,7 @@ You can find setup instructions here: https://goo.gl/KnTzLu Thanks to @RobEdb (ask on twitter for more details) running his demo store with RaspiBlitz: https://store.edberg.eu - buy a picture of [him and Andreas](https://store.edberg.eu/produkt/jag-andreas/) :) -#### Public Domain with dynamic IP +#### Public Domain with DynamicDNS This is a way to make your RaspiBlitz publicly reachable from the internet so that other nodes can open channels with you and you can connect with the diff --git a/home.admin/00settingsMenuServices.sh b/home.admin/00settingsMenuServices.sh index 3bc8c41..574ddfa 100644 --- a/home.admin/00settingsMenuServices.sh +++ b/home.admin/00settingsMenuServices.sh @@ -14,7 +14,7 @@ if [ "${chain}" = "test" ]; then chainValue="on"; fi # map domain to on/off domainValue="off" -dynDomainMenu="'DynamicDNS (domainname)'" +dynDomainMenu='"DynamicDNS (domainname)"' if [ ${#dynDomain} -gt 0 ]; then domainValue="on" dynDomainMenu="${dynDomain}" diff --git a/home.admin/97addMobileWallet.sh b/home.admin/97addMobileWallet.sh index 1e5d5c2..32fda8f 100644 --- a/home.admin/97addMobileWallet.sh +++ b/home.admin/97addMobileWallet.sh @@ -7,10 +7,10 @@ source /mnt/hdd/raspiblitz.conf if [ ${#dynDomain} -eq 0 ]; then dialog --title " Just Local Network? " --yesno "If you want to connect with your RaspiBlitz also from outside your local network you need to -activate 'Services' -> 'Dynamic Domain' FIRST. +activate 'Services' -> 'DynamicDNS' FIRST. For more details see chapter in GitHub README -'Public Domain with dynamic IP' +'Public Domain with DynamicDNS' https://github.com/rootzoll/raspiblitz Do you JUST want to connect with your mobile, diff --git a/home.admin/config.scripts/internet.dyndomain.sh b/home.admin/config.scripts/internet.dyndomain.sh index ae93926..b0ffc1f 100755 --- a/home.admin/config.scripts/internet.dyndomain.sh +++ b/home.admin/config.scripts/internet.dyndomain.sh @@ -23,7 +23,7 @@ if [ "${turn}" = "on" ] && [ ${#dynDomain} -eq 0 ]; then dialog --backtitle "DynamicDNS" --inputbox "ENTER the Dynamic Domain Name: For more details see chapter in GitHub README -'Public Domain with dynamic IP' +'Public Domain with DynamicDNS' https://github.com/rootzoll/raspiblitz example: freedns.afraid.org