X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=blobdiff_plain;f=mail-cert-cron;fp=mail-cert-cron;h=4202ccbd053926dd8b96521d1b9629e6f1829760;hp=99563a98ad4a61b12c19b7b33545a07554c33789;hb=d67edcdca8795a4bca116aa532d02dda246a6f53;hpb=a9e3d60b4254cd5c6216c4b3e7f8cd5cc5107fad diff --git a/mail-cert-cron b/mail-cert-cron index 99563a9..4202ccb 100755 --- a/mail-cert-cron +++ b/mail-cert-cron @@ -13,12 +13,12 @@ esac f=/a/bin/bash_unpublished/source-state if [[ -e $f ]]; then + # shellcheck source=/a/bin/bash_unpublished/source-state source $f fi case $HOSTNAME in $MAIL_HOST|bk) - local_mx=mail.iankelling.org # ||: is to allow for temporary connection issues. rsync "${opt[@]}" -ogtL --chown=root:Debian-exim --chmod=640 \ root@li.iankelling.org:/etc/letsencrypt/live/mail.iankelling.org/{fullchain.pem,privkey.pem} /etc/exim4 ||: