fix: sync after cert removal
All checks were successful
ci/woodpecker/push/woodpecker/1 Pipeline was successful
ci/woodpecker/push/woodpecker/2 Pipeline was successful
ci/woodpecker/push/woodpecker/3 Pipeline was successful

This commit is contained in:
f 2024-12-28 17:14:48 -03:00
parent 09358dc693
commit cd7a71d8e1
No known key found for this signature in database

View file

@ -20,6 +20,7 @@ domain_configured() {
remove_certificate() {
rm -rf "/etc/letsencrypt/renewal/${1}.conf" "/etc/letsencrypt/live/${1}" "/etc/letsencrypt/archive/${1}"
touch "${updated}"
}
if test -z "${NODES}" && test -z "${SINGLE_NODE}"; then