adding a clear screen when creating a new wallet

This commit is contained in:
Christian Rotzoll 2019-07-29 23:33:29 +02:00
parent b8f93711ab
commit 8bb1fe99a8

View file

@ -189,6 +189,7 @@ if [ ${walletExists} -eq 0 ]; then
fi
# generate wallet with seed and set passwordC
clear
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