mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
make sure right owner of /mnt/hdd/tor before last Tor restart (#2322)
This commit is contained in:
parent
4629948dde
commit
98b238796a
1 changed files with 4 additions and 0 deletions
|
@ -412,6 +412,10 @@ EOF
|
|||
}
|
||||
EOF
|
||||
|
||||
# make sure its the correct owner before last Tor restart
|
||||
sudo chmod -R 700 /mnt/hdd/tor
|
||||
sudo chown -R debian-tor:debian-tor /mnt/hdd/tor
|
||||
|
||||
sudo systemctl restart tor@default
|
||||
|
||||
echo "OK - Tor is now ON"
|
||||
|
|
Loading…
Add table
Reference in a new issue