mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
Merge pull request #1213 from rootzoll/frennkie-patch-2
Update 50copyHDD.sh
This commit is contained in:
commit
9b6b7423fe
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue