Browse Source

UI info

master
Christian Rotzoll 6 years ago
parent
commit
ea1a21e5fd
  1. 1
      home.admin/70initLND.sh

1
home.admin/70initLND.sh

@ -161,6 +161,7 @@ if [ ${walletExists} -eq 0 ]; then
fi
# generate wallet with seed and set passwordC
echo "Generating new Wallet ...."
source /home/admin/python-env-lnd/bin/activate
python /home/admin/config.scripts/lnd.initwallet.py new ${passwordC} > /home/admin/.seed.tmp
source /home/admin/.seed.tmp

Loading…
Cancel
Save