diff --git a/docker/my-dojo/tor/restart.sh b/docker/my-dojo/tor/restart.sh index e99aa1e..0a2882c 100644 --- a/docker/my-dojo/tor/restart.sh +++ b/docker/my-dojo/tor/restart.sh @@ -30,6 +30,8 @@ if [ "$EXPLORER_INSTALL" == "on" ]; then tor_options+=(--HiddenServiceVersion 3) tor_options+=(--HiddenServicePort "80 172.29.1.3:9080") tor_options+=(--HiddenServiceDirGroupReadable 1) + echo "## Set permissions on /var/lib/tor/hsv3explorer dir ###" + chmod 750 /var/lib/tor/hsv3explorer fi if [ "$TOR_USE_BRIDGES" == "on" ]; then