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