mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-23 18:02:13 +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
|
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
|
||||||
|
Reference in New Issue
Block a user