From 68e97b02412428424bf4eb8f919bd5cad5f3aab4 Mon Sep 17 00:00:00 2001 From: Yannik Enss Date: Sat, 23 Jan 2021 00:52:58 +0100 Subject: [PATCH] fix another bug --- check_mail_eklig.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_mail_eklig.sh b/check_mail_eklig.sh index c96cce5..a5d5037 100755 --- a/check_mail_eklig.sh +++ b/check_mail_eklig.sh @@ -20,6 +20,6 @@ echo $cur_num > $PERSISTENCE_FILE performance="mails:$cur_num" -print "$STATUS | $performance" +echo "$STATUS | $performance" exit $EXITCODE