1
mirror of https://github.com/jakejarvis/docker-tor.git synced 2025-11-27 01:26:07 -05:00

add a nice little readme

This commit is contained in:
2022-12-29 13:34:48 -05:00
parent f2e9dec181
commit f79b9832d5
5 changed files with 125 additions and 6 deletions

View File

@@ -2,8 +2,7 @@
set -o errexit
# fix permissions
find /var/lib/tor -type d -exec chmod -v 700 {} \;
find /var/lib/tor -type f -exec chmod -v 600 {} \;
chown -R debian-tor /var/lib/tor
find /var/lib/tor -type d -exec chmod 700 {} \;
find /var/lib/tor -type f -exec chmod 600 {} \;
exec "$@"