mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Enable renewer test that was failing
This commit is contained in:
parent
c54f154ea6
commit
fbb0058bcd
1 changed files with 1 additions and 1 deletions
|
|
@ -43,5 +43,5 @@ for x in cert chain fullchain privkey;
|
|||
do
|
||||
latest="$(ls -1t $dir/ | grep -e "^${x}" | head -n1)"
|
||||
live="$(readlink -f "$root/conf/live/le.wtf/${x}.pem")"
|
||||
#[ "${dir}/${latest}" = "$live" ] # renewer fails this test
|
||||
[ "${dir}/${latest}" = "$live" ]
|
||||
done
|
||||
|
|
|
|||
Loading…
Reference in a new issue