commit 19a9a4b12fa37ed495dd07b3bf892467c0baf1eb Author: hiro hiro@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
tor-commits@lists.torproject.org