mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
set ownership after lnd data restore
This commit is contained in:
parent
e273923457
commit
73a52244d8
1 changed files with 1 additions and 0 deletions
|
@ -133,6 +133,7 @@ elif [ ${mode} = "restore" ]; then
|
|||
# unpack zip
|
||||
echo "Restoring LND data from ${filename} ..."
|
||||
sudo tar -xf ${filename} -C /
|
||||
sudo chown -R bitcoin:bitcoin /mnt/hdd/lnd
|
||||
echo "OK"
|
||||
echo
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue