This commit is contained in:
CanbiZ 2025-12-08 15:31:15 +01:00
commit 2489b7efb6

View File

@ -77,8 +77,8 @@ read -rs pihole_PASSWORD
echo
echo -n "Do you want to skip TLS-Verification (if using a self-signed Certificate on Pi-Hole) [y/N]: "
read -er pihole_SKIP_TLS
if ! [[ "${pihole_SKIP_TLS,,}" =~ ^(y|yes)$ ]]; then
read -er SKIP_TLS
if ! [[ "${SKIP_TLS,,}" =~ ^(y|yes)$ ]]; then
pihole_SKIP_TLS="true"
fi