forked from ISTI-ansible-roles/ansible-roles
Merge branch 'master' of adellam/ansible-roles into master
This commit is contained in:
commit
ad9ecbbea8
|
@ -48,4 +48,8 @@ if [ $RETVAL -eq 0 ] ; then
|
|||
touch "$ACME_SH_CONFIG_HOME/ok_certificate_issued"
|
||||
fi
|
||||
|
||||
if [ $RETVAL -eq 2 ] ; then
|
||||
# There is a valid certificate already
|
||||
exit 0
|
||||
fi
|
||||
exit $RETVAL
|
||||
|
|
Loading…
Reference in New Issue