[tor-commits] [gettor/master] Update check script

hiro at torproject.org hiro at torproject.org
Fri Sep 27 16:32:31 UTC 2019


commit 93c6f98ff43ff90ca902706ec9420c3dd0245335
Author: hiro <hiro at torproject.org>
Date:   Fri Sep 27 18:32:28 2019 +0200

    Update check script
---
 bin/gettor_check | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/bin/gettor_check b/bin/gettor_check
index a3783c2..f611399 100755
--- a/bin/gettor_check
+++ b/bin/gettor_check
@@ -10,15 +10,15 @@
 # :license: This is Free Software. See LICENSE for license information.
 
 cd ;
-virtualenv gettor/venv
-source gettor/venv/bin/activate
+virtualenv /home/gettor/gettor/venv
+source /home/gettor/gettor/venv/bin/activate
 
-python3 gettor/scripts/check_service $1
+python3 /home/gettor/gettor/scripts/check_service $1
 
 # store exit status
 status=$?
 
 if test $status -ne 0
 then
-  ./home/gettor/bin/gettor_service start
+  ./home/gettor/gettor/bin/gettor_service start
 fi



More information about the tor-commits mailing list