mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 14:51:03 +01:00
fix all links before starting bitcoind
This commit is contained in:
parent
e40e1f65d9
commit
6933f026d0
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ sudo cp /home/admin/assets/${network}.conf /mnt/hdd/${network}/${network}.conf
|
|||
sudo mkdir /home/admin/.${network} 2>/dev/null
|
||||
sudo cp /home/admin/assets/${network}.conf /home/admin/.${network}/${network}.conf
|
||||
|
||||
# make sure all files are linked correct
|
||||
sudo /home/admin/config.scripts/blitz.datadrive.sh link
|
||||
|
||||
###### ACTIVATE TOR IF SET DURING SETUP
|
||||
if [ "${runBehindTor}" = "on" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue