[tor-commits] [gettor/master] Fix typo in script

hiro at torproject.org hiro at torproject.org
Fri Sep 27 16:48:47 UTC 2019


commit 34a2694165a9b109782eeac6b02d2a4d5b53b2be
Author: hiro <hiro at torproject.org>
Date:   Fri Sep 27 18:48:45 2019 +0200

    Fix typo in script
---
 scripts/check_service | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/check_service b/scripts/check_service
index b5b7c31..4dab2bf 100644
--- a/scripts/check_service
+++ b/scripts/check_service
@@ -110,6 +110,7 @@ if __name__ == "__main__":
     except Exception as e:
         status = CRITICAL
         message = repr(e)
+        status_file.write("CRITICAL: %s" % message)
         sys.exit(status)
 
     time.sleep(180)



More information about the tor-commits mailing list