Browse Source

#287 make sure not to use old tmp value

dev
rootzoll 6 years ago
parent
commit
8f7e57ddfd
  1. 1
      home.admin/config.scripts/lnd.setname.sh

1
home.admin/config.scripts/lnd.setname.sh

@ -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…
Cancel
Save