mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-26 19:47:05 +02:00
delete old data dir
This commit is contained in:
@@ -58,6 +58,7 @@ if [ "${chain}" != "${choice}" ]; then
|
|||||||
tryAgain=1
|
tryAgain=1
|
||||||
while [ ${tryAgain} -eq 1 ]
|
while [ ${tryAgain} -eq 1 ]
|
||||||
do
|
do
|
||||||
|
sudo rm -r /home/bitcoin/.lnd/data/chain/${network}/${choice}net/ 2>/dev/null
|
||||||
echo "****************************************************************************"
|
echo "****************************************************************************"
|
||||||
echo "Creating a new LND Wallet for ${network}/${choice}net"
|
echo "Creating a new LND Wallet for ${network}/${choice}net"
|
||||||
echo "****************************************************************************"
|
echo "****************************************************************************"
|
||||||
|
Reference in New Issue
Block a user