Remove obsolete line

This commit is contained in:
fwiegerinck 2025-01-15 21:08:23 +01:00
parent 17b775609c
commit c1f48e92c9

View File

@ -147,7 +147,6 @@ function ca_settings() {
echo -e "${DEFAULT}${BOLD}${DGN}Enable ACME: ${BGN}$CA_ACME${CL}"
if [ "${CA_ACME}" = "yes" ]; then
echo -e " - Name of provider: ${CA_ACME_NAME}"
echo -e " - Allowed domains: "
fi
fi