fix: sync after cert removal
This commit is contained in:
parent
09358dc693
commit
cd7a71d8e1
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue