From cac183b1115c374fb59d8a89844dfc3ed5785b88 Mon Sep 17 00:00:00 2001 From: Tobias Date: Mon, 8 Dec 2025 22:04:53 +0100 Subject: [PATCH] fix newline --- tools/addon/pihole-exporter.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/addon/pihole-exporter.sh b/tools/addon/pihole-exporter.sh index 1abd493f9..b305a8a4f 100644 --- a/tools/addon/pihole-exporter.sh +++ b/tools/addon/pihole-exporter.sh @@ -73,6 +73,7 @@ echo -e "${YW}⚠️ pihole-exporter is not installed.${CL}" read -erp "Enter the hostname of Pihole, example: (127.0.0.1): " pihole_HOSTNAME read -erp "Enter the port of Pihole, default 443: " pihole_PORT read -rsp "Enter Pihole password: " pihole_PASSWORD +printf "\n" read -erp "Do you want to skip TLS-Verification (if using a self-signed Certificate on Pi-Hole) [y/N]: " SKIP_TLS read -erp "Install qbittorrent-exporter? (y/n): " install_prompt if [[ "${SKIP_TLS,,}" =~ ^(y|yes)$ ]]; then