Browse Source

own full prepared blockchain

#146
rootzoll 6 years ago
parent
commit
a81d738927
  1. 4
      home.admin/40addHDD.sh

4
home.admin/40addHDD.sh

@ -49,8 +49,8 @@ if [ ${existsHDD} -gt 0 ]; then
echo "*** Analysing HDD Content ***" echo "*** Analysing HDD Content ***"
if [ -d "/mnt/hdd/${network}" ]; then if [ -d "/mnt/hdd/${network}" ]; then
sudo chown bitcoin:bitcoin /mnt/hdd/bitcoin 2>/dev/null sudo chown -R bitcoin:bitcoin /mnt/hdd/bitcoin 2>/dev/null
sudo chown bitcoin:bitcoin /mnt/hdd/litecoin 2>/dev/null sudo chown -R bitcoin:bitcoin /mnt/hdd/litecoin 2>/dev/null
echo "Looks like the HDD is prepared with the Blockchain." echo "Looks like the HDD is prepared with the Blockchain."
echo "Continuing with finishing the system setup ..." echo "Continuing with finishing the system setup ..."
./60finishHDD.sh ./60finishHDD.sh

Loading…
Cancel
Save