From 6c644850ab4ca25f284d2d0cf1c7088f8a2ae289 Mon Sep 17 00:00:00 2001 From: fred Date: Thu, 4 Jan 2024 19:02:24 +0100 Subject: [PATCH] clear cache --- tools/mailjet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mailjet.sh b/tools/mailjet.sh index c6923ffe3..d8471afd1 100755 --- a/tools/mailjet.sh +++ b/tools/mailjet.sh @@ -61,7 +61,7 @@ export RECIPIENT_EMAIL=${mail} # + HTML in FILE -touch ~/.zen/tmp/email.txt +rm -f ~/.zen/tmp/email.txt [[ -s $messfile ]] && cat $messfile >> ~/.zen/tmp/email.txt \ || echo "$messfile" >> ~/.zen/tmp/email.txt