test deactivate

This commit is contained in:
rootzoll 2021-09-20 18:29:41 +02:00
parent 360aed1b44
commit d996b18dba

View File

@ -288,10 +288,10 @@ if [ "$1" = "status" ]; then
publicURL="https://${dynDomain}:3301" publicURL="https://${dynDomain}:3301"
# 5) just over Tor # 5) just over Tor
elif [ "${runBehindTor}" == "on" ]; then #elif [ "${runBehindTor}" == "on" ]; then
connection="tor" # connection="tor"
publicURL="http://${toraddress}:80" # publicURL="http://${toraddress}:80"
#
# 6) LOCAL NETWORK (just HTTP) # 6) LOCAL NETWORK (just HTTP)
else else
connection="localnetwork" connection="localnetwork"