[tor-commits] [gettor/master] Update check service script

hiro at torproject.org hiro at torproject.org
Mon Sep 30 12:07:55 UTC 2019


commit dfdc19fa3ec100484b0c7287dbeb4d6bd03db0cb
Author: hiro <hiro at torproject.org>
Date:   Mon Sep 30 14:07:49 2019 +0200

    Update check service script
---
 scripts/check_service | 1 -
 1 file changed, 1 deletion(-)

diff --git a/scripts/check_service b/scripts/check_service
index 634c656..b829c8e 100644
--- a/scripts/check_service
+++ b/scripts/check_service
@@ -106,7 +106,6 @@ if __name__ == "__main__":
         status = UNKNOWN
         message = repr(e)
         status_file.write("UNKNOWN: %s" % message)
-        sys.exit(status)
 
     time.sleep(600)
 



More information about the tor-commits mailing list