mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-09 20:32:52 +02:00
ui fixes
This commit is contained in:
@@ -14,9 +14,8 @@ newName=$1
|
|||||||
if [ ${#newName} -eq 0 ]; then
|
if [ ${#newName} -eq 0 ]; then
|
||||||
|
|
||||||
dialog --backtitle "Name/Alias" --inputbox "ENTER the new Name for LND node:
|
dialog --backtitle "Name/Alias" --inputbox "ENTER the new Name for LND node:
|
||||||
|
(one word, use basic characters)
|
||||||
one word, keep basic chars
|
" 8 52 2>./.tmp
|
||||||
" 9 52 2>./.tmp
|
|
||||||
newName=$( cat ./.tmp )
|
newName=$( cat ./.tmp )
|
||||||
if [ ${#newName} -eq 0 ]; then
|
if [ ${#newName} -eq 0 ]; then
|
||||||
echo "FAIL input cannot be empty"
|
echo "FAIL input cannot be empty"
|
||||||
|
Reference in New Issue
Block a user