From eeb7c331a8542e5ce6eebb710248d6111ff28da7 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Wed, 26 May 2021 10:49:13 -0500 Subject: [PATCH] dubug test --- home.admin/config.scripts/internet.tor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/config.scripts/internet.tor.sh b/home.admin/config.scripts/internet.tor.sh index 24d207388..5f7afaaf1 100755 --- a/home.admin/config.scripts/internet.tor.sh +++ b/home.admin/config.scripts/internet.tor.sh @@ -261,7 +261,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then # check if Tor was already installed and is funtional echo "" echo "*** Check if Tor service is functional ***" - torRunningTest=1 + torRunningTest=$(echo "1") #torRunningTest=$(sudo systemctl status tor@default | grep -c "Active: active") #torRunningTest=$(curl --connect-timeout 30 --socks5-hostname "127.0.0.1:9050" https://check.torproject.org 2>/dev/null | grep -c "Congratulations. This browser is configured to use Tor.") if [ "${torRunningTest}" == "0" ]; then