mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 16:30:31 +02:00
return failure
This commit is contained in:
@@ -20,3 +20,7 @@ ls /etc/letsencrypt/archive/$PUBLIC_HOSTNAME | grep -q 2.pem
|
||||
if [ $? -ne 0 ] ; then
|
||||
FAIL=1
|
||||
fi
|
||||
|
||||
if [ "$FAIL" = 1 ] ; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user