[gettor/master] Fix typo in script

27 Sep
2019
27 Sep
'19
4:48 p.m.
commit 34a2694165a9b109782eeac6b02d2a4d5b53b2be Author: hiro <hiro@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)
2108
Age (days ago)
2108
Last active (days ago)
0 comments
1 participants
participants (1)
-
hiro@torproject.org