fix: domain isn't discovered at that point

This commit is contained in:
f 2024-12-28 17:40:09 -03:00
parent c927f66f3f
commit 290782424e
No known key found for this signature in database

View file

@ -111,8 +111,8 @@ case $1 in
remove_certificate "${domain}" remove_certificate "${domain}"
fi fi
else else
not_ok "${domain} certificate doesn't exist, removing" not_ok "${dir} certificate doesn't exist, removing"
remove_certificate "${domain}" remove_certificate "${dir}"
fi fi
done done
fi fi