mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 14:51:03 +01:00
adding a clear screen when creating a new wallet
This commit is contained in:
parent
b8f93711ab
commit
8bb1fe99a8
1 changed files with 1 additions and 0 deletions
|
@ -189,6 +189,7 @@ if [ ${walletExists} -eq 0 ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# generate wallet with seed and set passwordC
|
# generate wallet with seed and set passwordC
|
||||||
|
clear
|
||||||
echo "Generating new Wallet ...."
|
echo "Generating new Wallet ...."
|
||||||
source /home/admin/python-env-lnd/bin/activate
|
source /home/admin/python-env-lnd/bin/activate
|
||||||
python /home/admin/config.scripts/lnd.initwallet.py new ${passwordC} > /home/admin/.seed.tmp
|
python /home/admin/config.scripts/lnd.initwallet.py new ${passwordC} > /home/admin/.seed.tmp
|
||||||
|
|
Loading…
Add table
Reference in a new issue