mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-10 21:03:09 +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
|
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
|
sudo systemctl restart tor@default
|
||||||
|
|
||||||
echo "OK - Tor is now ON"
|
echo "OK - Tor is now ON"
|
||||||
|
Reference in New Issue
Block a user