mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 14:51:03 +01:00
fix: make /mnt/hdd/lnd readable
This commit is contained in:
parent
178d46c96f
commit
4859fdc5ef
1 changed files with 1 additions and 0 deletions
|
@ -280,6 +280,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
|
|||
sudo mkdir /mnt/hdd/lnd
|
||||
fi
|
||||
sudo chown -R bitcoin:bitcoin /mnt/hdd/lnd
|
||||
sudo chmod 755 /mnt/hdd/lnd
|
||||
if [ ! -L /home/bitcoin/.lnd ];then
|
||||
echo "# Linking lnd for user bitcoin"
|
||||
sudo rm /home/bitcoin/.lnd 2>/dev/null
|
||||
|
|
Loading…
Add table
Reference in a new issue