mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
merge to dev
This commit is contained in:
parent
7a992500f7
commit
06c71d3259
1 changed files with 1 additions and 1 deletions
|
@ -341,7 +341,7 @@ EOF
|
|||
sudo chown -R bitcoin:bitcoin /var/run/tor/ 2>/dev/null
|
||||
echo ""
|
||||
|
||||
sudo mkdir -p /etc/systemd/system/tor@default.service.d
|
||||
sudo mkdir -p /etc/systemd/system/tor@default.service.d
|
||||
if ! grep -Eq "^ReadWriteDirectories=" /etc/systemd/system/tor@default.service.d/raspiblitz.conf; then
|
||||
echo -e "[Service]\nReadWriteDirectories=-/mnt/hdd/tor" | sudo tee -a /etc/systemd/system/tor@default.service.d/raspiblitz.conf >/dev/null
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue