From 429af12435df2514b2b8489c211e481c5fb0f5fa Mon Sep 17 00:00:00 2001 From: rootzoll Date: Mon, 14 Jan 2019 12:50:01 +0100 Subject: [PATCH] ui fixes --- home.admin/config.scripts/lnd.setname.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/home.admin/config.scripts/lnd.setname.sh b/home.admin/config.scripts/lnd.setname.sh index 8aa93b98b..abd5aca94 100644 --- a/home.admin/config.scripts/lnd.setname.sh +++ b/home.admin/config.scripts/lnd.setname.sh @@ -14,9 +14,8 @@ newName=$1 if [ ${#newName} -eq 0 ]; then dialog --backtitle "Name/Alias" --inputbox "ENTER the new Name for LND node: - -one word, keep basic chars -" 9 52 2>./.tmp +(one word, use basic characters) +" 8 52 2>./.tmp newName=$( cat ./.tmp ) if [ ${#newName} -eq 0 ]; then echo "FAIL input cannot be empty"