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 <