Merge branch 'master' of adellam/ansible-roles into master

This commit is contained in:
Andrea Dell'Amico 2020-02-07 14:55:35 +01:00 committed by Gitea
commit ad9ecbbea8
1 changed files with 4 additions and 0 deletions

View File

@ -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