Explorar el Código

Use project name for tor file

Bob Mottram hace 7 años
padre
commit
62b5592b58
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/freedombone-utils-onion

+ 1
- 1
src/freedombone-utils-onion Ver fichero

@@ -31,7 +31,7 @@ TOR_MAX_TRAFFIC_PER_MONTH_GB=10
31 31
 
32 32
 USE_V2_ONION_ADDRESS=
33 33
 HIDDEN_SERVICE_PATH='/var/lib/tor/hidden_service_'
34
-ONION_SERVICES_FILE=/etc/torrc.d/freedombone
34
+ONION_SERVICES_FILE=/etc/torrc.d/${PROJECT_NAME}
35 35
 
36 36
 function torrc_migrate {
37 37
     if [ -f $ONION_SERVICES_FILE ]; then