This commit is contained in:
Ben Harris 2019-07-10 00:33:44 -04:00
parent 8ab68b9e56
commit 7a1413ef86
Signed by untrusted user: ben
GPG Key ID: 4E0AF802FFF7960C
1 changed files with 1 additions and 1 deletions

2
bot.sh
View File

@ -44,7 +44,7 @@ do
while read -u 11 subscriber email_addr; do
sed -e "s/<dj>/$dj/g" -e "s/<link>/$link/g" dj-online-email.tmpl \
| sendmail email_addr
| sendmail $email_addr
done 11< email-subscribers.txt
for json in . ./yourtilde ./team; do