From 20644fe47c9259ec7835d7fe83447f8b36be9bce Mon Sep 17 00:00:00 2001 From: Recolic Keghart <root@recolic.net> Date: Wed, 8 Jan 2020 04:41:57 -0800 Subject: [PATCH] Mark tm.recolic.net as closed. --- do.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/do.bash b/do.bash index f4e59ee..64273c6 100755 --- a/do.bash +++ b/do.bash @@ -106,6 +106,7 @@ function do_test () { curl http://mail.recolic.net/ -vv 2>&1 | grep 'https://mail.recolic.net/' || return $? ;; tm ) + return $RETURN_CODE_SERVICE_CLOSE confirm_alive tm.recolic.net && curl -s https://tm.recolic.net/ | grep inputButtonCss && curl -s http://tm.recolic.net/ -L | grep inputButtonCss || return $? -- GitLab