mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-13 14:19:20 +02:00
owning prepared directories
This commit is contained in:
parent
1c8ad20bb7
commit
74face8573
@ -49,6 +49,8 @@ if [ ${existsHDD} -gt 0 ]; then
|
||||
|
||||
echo "*** Analysing HDD Content ***"
|
||||
if [ -d "/mnt/hdd/${network}" ]; then
|
||||
sudo chown bitcoin:bitcoin /mnt/hdd/bitcoin 2>/dev/null
|
||||
sudo chown bitcoin:bitcoin /mnt/hdd/litecoin 2>/dev/null
|
||||
echo "Looks like the HDD is prepared with the Blockchain."
|
||||
echo "Continuing with finishing the system setup ..."
|
||||
./60finishHDD.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user