Use project name for tor file

This commit is contained in:
Bob Mottram 2018-04-20 11:24:39 +01:00
parent 05cb0bc4a0
commit 62b5592b58
1 changed files with 1 additions and 1 deletions

View File

@ -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