mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-19 01:40:16 +01:00
fix /mnt/temp ownership #3221
This commit is contained in:
parent
264ee95ae4
commit
4b01143ab6
@ -1462,7 +1462,7 @@ if [ "$1" = "link" ]; then
|
||||
>&2 echo "# - linking temp into /mnt/hdd"
|
||||
rm /mnt/hdd/temp 2>/dev/null
|
||||
ln -s /mnt/temp /mnt/hdd/temp
|
||||
chown -R bitcoin:bitcoin
|
||||
chown -R bitcoin:bitcoin /mnt/temp
|
||||
|
||||
>&2 echo "# - creating snapshots folder"
|
||||
mkdir -p /mnt/hdd/snapshots
|
||||
|
Loading…
Reference in New Issue
Block a user