]> gitweb.pimeys.fr Git - scripts-20-100.git/commitdiff
Pour cron-verifier pot-vieux-orga ⊂ pot-vieux
authorVincent Le Gallic <legallic@crans.org>
Sat, 18 Oct 2014 16:58:14 +0000 (18:58 +0200)
committerVincent Le Gallic <legallic@crans.org>
Sat, 18 Oct 2014 16:58:14 +0000 (18:58 +0200)
mails/watch_ml_pot-vieux.sh [new file with mode: 0755]

diff --git a/mails/watch_ml_pot-vieux.sh b/mails/watch_ml_pot-vieux.sh
new file mode 100755 (executable)
index 0000000..882fb0b
--- /dev/null
@@ -0,0 +1,12 @@
+#!/bin/bash
+
+# Vérifie que la ML pot-vieux-orga est incluse dans pot-vieux
+# et envoie un mail à pot.vieux@crans.org si ce n'est pas le cas
+
+cd ~/scripts/mails/
+result=$(./ml_in_ml.sh pot-vieux-orga pot-vieux)
+
+if test -n "${result}"
+then
+    echo -e "To: pot.vieux@crans.org\nSubject: ML pot-vieux-orga non incluse dans pot-vieux\n${result}" | sendmail -t
+fi