mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
return failure
This commit is contained in:
parent
94816f32a5
commit
8fdcb772d9
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue