X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=certbot-renew-hook;h=9725594f814955f9762fe533b8269844dd060b46;hb=8452f3f3e0b837ba4e616e062787d726d7888b76;hp=70aa41893f38f4991cd5fea659e50aabc99ab623;hpb=1ad20724a44a0ee3adc2f4a1d002850fbad7a372;p=distro-setup diff --git a/certbot-renew-hook b/certbot-renew-hook index 70aa418..9725594 100755 --- a/certbot-renew-hook +++ b/certbot-renew-hook @@ -26,7 +26,7 @@ for ((i=0; i<${#domain_user[@]}; i+=2)); do user=${domain_user[i+1]} d=/etc/letsencrypt/live/$domain - if [[ $RENEWED_LINEAGE == $d ]]; then + if [[ $RENEWED_LINEAGE == "$d" ]]; then install -m 640 -g $user $d/{privkey.pem,fullchain.pem} $(eval echo ~$user) exit 0 fi