commit 799028493a4556e76d760ebe1bf5cd0b055a3967 Author: hiro hiro@torproject.org Date: Thu Oct 10 19:23:25 2019 +0200
Fix typo in check script --- bin/gettor_check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/gettor_check b/bin/gettor_check index 248a714..bf8775e 100755 --- a/bin/gettor_check +++ b/bin/gettor_check @@ -11,7 +11,7 @@
python3 /home/gettor/gettor/scripts/check_service $1
-store exit status +#store exit status status=$?
if test $status -ne 0
tor-commits@lists.torproject.org