Browse Source

delete old data dir

#146
rootzoll 6 years ago
parent
commit
a94a81b6d8
  1. 1
      home.admin/00settingsMenuServices.sh

1
home.admin/00settingsMenuServices.sh

@ -58,6 +58,7 @@ if [ "${chain}" != "${choice}" ]; then
tryAgain=1
while [ ${tryAgain} -eq 1 ]
do
sudo rm -r /home/bitcoin/.lnd/data/chain/${network}/${choice}net/ 2>/dev/null
echo "****************************************************************************"
echo "Creating a new LND Wallet for ${network}/${choice}net"
echo "****************************************************************************"

Loading…
Cancel
Save