Browse Source

#239 ensure blockhain data ownership

dev
rootzoll 6 years ago
parent
commit
62f25c4f6c
  1. 6
      home.admin/_bootstrap.sh

6
home.admin/_bootstrap.sh

@ -267,6 +267,12 @@ if [ ${configExists} -eq 1 ]; then
fi
#################################
# FIX BLOCKCHAINDATA OWNER (just in case)
# https://github.com/rootzoll/raspiblitz/issues/239#issuecomment-450887567
#################################
sudo chown bitcoin:bitcoin -R /mnt/hdd/bitcoin 2>/dev/null
################################
# DETECT FRESHLY RECOVERED SD
################################

Loading…
Cancel
Save