fix: vanguards cant see the consensus list

This commit is contained in:
wander 2026-02-06 21:26:00 -05:00
parent 6e17d8bec4
commit 88d63072ce
2 changed files with 13 additions and 1 deletions

View file

@ -124,6 +124,7 @@ fi
mkdir -p "$DATA_DIR/hidden_service/"
chown -R tor:root "$DATA_DIR"
chmod 700 "$DATA_DIR"
chmod 700 "$DATA_DIR/hidden_service/"
echo "Configuration successful. Starting Tor..."
exec tor -f "$TOR_CONFIG"