mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-09 20:29:19 +02:00
ui fixes
This commit is contained in:
parent
96423e052b
commit
429af12435
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user