From 5247816b4ada9056121007bcc98187aab9327b6b Mon Sep 17 00:00:00 2001 From: Liber Ratio Date: Sun, 24 Jan 2021 22:07:38 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'duniter-checkBlock?= =?UTF-8?q?.sh'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- duniter-checkBlock.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/duniter-checkBlock.sh b/duniter-checkBlock.sh index 01c1db6..d9191bf 100755 --- a/duniter-checkBlock.sh +++ b/duniter-checkBlock.sh @@ -1,13 +1,13 @@ #!/bin/bash ## MY VARS ### -myEmail="poka@p2p.legal" +myEmail="liberatio@protonmail.com" ### MY_PATH="`dirname \"$0\"`" MY_PATH="`( cd \"$MY_PATH\" && pwd )`" -refName="g1.presles.fr" +refName="duniter.adn.life" date=$(date '+%d-%m-%y à %H:%M') echo "############################" @@ -24,7 +24,7 @@ sendalerte() { actionAlerte="$1" date=$(date +"%Hh%M") -mutt -e "set from='duniter-g1@p2p.legal'" -e "set content_type=text/html" -e "set charset=UTF-8" -s "Alerte noeud ğ1 resync à $date !" $myEmail <