#239 ensure blockhain data ownership

This commit is contained in:
rootzoll 2019-01-09 21:10:35 +01:00
parent 72f0f09c39
commit 62f25c4f6c

View file

@ -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
################################