mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
Remove letstest on Amazon Linux
This commit is contained in:
parent
8f0db13785
commit
534a38f24c
2 changed files with 1 additions and 8 deletions
|
|
@ -57,10 +57,3 @@ targets:
|
|||
type: centos
|
||||
virt: hvm
|
||||
user: centos
|
||||
#-----------------------------------------------------------------------------
|
||||
# Amazon Linux
|
||||
- ami: ami-0ff8a91507f77f867
|
||||
name: amazon
|
||||
type: centos
|
||||
virt: hvm
|
||||
user: ec2-user
|
||||
|
|
|
|||
|
|
@ -156,7 +156,7 @@ fi
|
|||
# Finally, we check if our local server received more requests. Over time,
|
||||
# we'll move more and more OSes into this case until it this is the expected
|
||||
# behavior on all systems.
|
||||
if [ -f /etc/issue ] && grep -iq "Amazon Linux" /etc/issue; then
|
||||
if [ -f /etc/redhat-release ]; then
|
||||
if ! diff "$LOG_FILE" "$PREVIOUS_LOG_FILE" ; then
|
||||
echo our local server received unexpected requests
|
||||
exit 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue