set ownership after lnd data restore

This commit is contained in:
Christian Rotzoll 2019-03-17 00:34:25 +01:00
parent e273923457
commit 73a52244d8

View file

@ -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