mirror of
https://github.com/certbot/certbot.git
synced 2026-07-26 07:39:52 +02:00
Enable renewer test that was failing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user