mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
#239 ensure blockhain data ownership
This commit is contained in:
parent
72f0f09c39
commit
62f25c4f6c
1 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue