This commit is contained in:
CrazyWolf13 2025-12-08 15:39:21 +01:00
parent a39f9c0095
commit 8f5b386349

View File

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