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

hiro at torproject.org hiro at torproject.org
Fri Sep 27 15:15:43 UTC 2019


commit 19a9a4b12fa37ed495dd07b3bf892467c0baf1eb
Author: hiro <hiro at torproject.org>
Date:   Fri Sep 27 17:15:40 2019 +0200

    Fix check script
---
 bin/gettor_check | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/gettor_check b/bin/gettor_check
index 55fd1a3..a3783c2 100755
--- a/bin/gettor_check
+++ b/bin/gettor_check
@@ -20,5 +20,5 @@ status=$?
 
 if test $status -ne 0
 then
-  ./bin/gettor_service start
+  ./home/gettor/bin/gettor_service start
 fi



More information about the tor-commits mailing list