mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-21 14:11:06 +02:00
make sure right owner of /mnt/hdd/tor before last Tor restart (#2322)
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user