mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 20:16:22 +02:00
fix /mnt/temp ownership #3221
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user