Index: head/security/letsencrypt.sh/files/000.letsencrypt.sh.in =================================================================== --- head/security/letsencrypt.sh/files/000.letsencrypt.sh.in (revision 408927) +++ head/security/letsencrypt.sh/files/000.letsencrypt.sh.in (revision 408928) @@ -1,26 +1,27 @@ #!/bin/sh # If there is a global system configuration file, suck it in. # if [ -r /etc/defaults/periodic.conf ] then . /etc/defaults/periodic.conf source_periodic_confs fi case "$weekly_letsencrypt_enable" in [Yy][Ee][Ss]) if [ -z "$weekly_letsencrypt_user" ] then %%PREFIX%%/bin/letsencrypt.sh -c else su -m "$weekly_letsencrypt_user" -c '%%PREFIX%%/bin/letsencrypt.sh -c' fi if [ -x "$weekly_letsencrypt_deployscript" ] + then $weekly_letsencrypt_deployscript fi ;; *) ;; esac