mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 03:52:02 +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
|
do
|
||||||
latest="$(ls -1t $dir/ | grep -e "^${x}" | head -n1)"
|
latest="$(ls -1t $dir/ | grep -e "^${x}" | head -n1)"
|
||||||
live="$(readlink -f "$root/conf/live/le.wtf/${x}.pem")"
|
live="$(readlink -f "$root/conf/live/le.wtf/${x}.pem")"
|
||||||
#[ "${dir}/${latest}" = "$live" ] # renewer fails this test
|
[ "${dir}/${latest}" = "$live" ]
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user