Browse Source
Merge pull request #112 from Samourai-Wallet/fix_mydojo_explorer_hs_perms
set group permissions for hsv3explorer directory
umbrel
kenshin samourai
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
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 |
|
|
|