mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-13 06:09:47 +02:00
#287 make sure not to use old tmp value
This commit is contained in:
parent
61f4f6faa5
commit
8f7e57ddfd
@ -13,6 +13,7 @@ newName=$1
|
||||
# run interactive if 'turn on' && no further parameters
|
||||
if [ ${#newName} -eq 0 ]; then
|
||||
|
||||
sudo rm ./.tmp
|
||||
dialog --backtitle "Set LND Name/Alias" --inputbox "ENTER the new Name/Alias for LND node:
|
||||
(free to choose, one word, use basic characters)
|
||||
" 8 52 2>./.tmp
|
||||
|
Loading…
x
Reference in New Issue
Block a user