mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-20 13:02:21 +02:00
adding a clear screen when creating a new wallet
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user