fix: vanguards decoupling and project metadata
This commit is contained in:
parent
b0a7d4aea1
commit
e77d847dcc
3 changed files with 15 additions and 1 deletions
|
|
@ -4,6 +4,9 @@
|
|||
ENABLE_VANGUARDS=${ENABLE_VANGUARDS:-true}
|
||||
ENABLE_TOR=${ENABLE_TOR:-true}
|
||||
|
||||
# Sync with internal variable used by Onions.py
|
||||
export TOR_ENABLE_VANGUARDS="$ENABLE_VANGUARDS"
|
||||
|
||||
# If user specifically requests to disable Vanguards
|
||||
if [ "$ENABLE_VANGUARDS" = "false" ]; then
|
||||
echo "Disabling Vanguards service..."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue