Merge pull request #1213 from rootzoll/frennkie-patch-2

Update 50copyHDD.sh
This commit is contained in:
frennkie 2020-05-24 16:48:26 +02:00 committed by GitHub
commit 9b6b7423fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ esac
# additional prep if this is used to replace corrupted blockchain
if [ "${setupStep}" = "100" ]; then
# make sure services are not running
echo "stopping servcies ..."
echo "stopping services ..."
sudo systemctl stop lnd
sudo systemctl stop bitcoind
sudo cp -f /mnt/hdd/bitcoin/bitcoin.conf /home/admin/assets/bitcoin.conf