[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [gettor/master] Update check service script
commit e156e9683be215b146ad94d901d12a931e71b4ce
Author: hiro <hiro@xxxxxxxxxxxxxx>
Date: Mon Sep 30 14:00:09 2019 +0200
Update check service script
---
scripts/check_service | 1 +
1 file changed, 1 insertion(+)
diff --git a/scripts/check_service b/scripts/check_service
index 8efc791..fcf464f 100644
--- a/scripts/check_service
+++ b/scripts/check_service
@@ -86,6 +86,7 @@ def send_email_from_gmail(password):
mail.login(sent_from, password)
mail.sendmail(sent_from, sent_to, email_text)
mail.close()
+ return OK, "Test email sent"
except Exception as e:
return UNKNOWN, str(e)
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits