From 9178c6df43a37d8ee123d09ff21359d8a538a83d Mon Sep 17 00:00:00 2001 From: f Date: Tue, 20 Feb 2018 15:34:52 -0300 Subject: [PATCH] no todos los `mail` soportan -r --- bin/jekyll_build_all | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/jekyll_build_all b/bin/jekyll_build_all index dc8971bd..00751a65 100755 --- a/bin/jekyll_build_all +++ b/bin/jekyll_build_all @@ -39,12 +39,10 @@ find -L ./_sites -mindepth 3 -maxdepth 3 -name .generate \ # Si funciona, enviar un mail # TODO enviar un mail más completo y no hardcodear direcciones mail -b "sysadmin@kefir.red" \ - -r "sutty@kefir.red" \ -s "${_site}: :)" \ ${_mail[@]} else mail -b "sysadmin@kefir.red" \ - -r "sutty@kefir.red" \ -s "${_site}: :(" \ ${_mail[@]} date +%s >.failed