Use project name for tor file
This commit is contained in:
parent
05cb0bc4a0
commit
62b5592b58
|
@ -31,7 +31,7 @@ TOR_MAX_TRAFFIC_PER_MONTH_GB=10
|
|||
|
||||
USE_V2_ONION_ADDRESS=
|
||||
HIDDEN_SERVICE_PATH='/var/lib/tor/hidden_service_'
|
||||
ONION_SERVICES_FILE=/etc/torrc.d/freedombone
|
||||
ONION_SERVICES_FILE=/etc/torrc.d/${PROJECT_NAME}
|
||||
|
||||
function torrc_migrate {
|
||||
if [ -f $ONION_SERVICES_FILE ]; then
|
||||
|
|
Loading…
Reference in New Issue