commit bec352e6099149f8fc6a1977c2bf9e0f4ade1efa Author: hiro hiro@torproject.org Date: Fri Sep 27 18:36:42 2019 +0200
Fix typo in check service script --- bin/gettor_check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/gettor_check b/bin/gettor_check index f611399..93ff1d9 100755 --- a/bin/gettor_check +++ b/bin/gettor_check @@ -20,5 +20,5 @@ status=$?
if test $status -ne 0 then - ./home/gettor/gettor/bin/gettor_service start + /home/gettor/gettor/bin/gettor_service start fi
tor-commits@lists.torproject.org