From f00f6b31daa3c635c76f04ba1e4e4e4e828eeb6d Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 3 Jan 2023 11:38:18 -0500 Subject: [PATCH] Update pihole-v5.sh --- ct/pihole-v5.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/pihole-v5.sh b/ct/pihole-v5.sh index 0de027c9..3357d5c0 100644 --- a/ct/pihole-v5.sh +++ b/ct/pihole-v5.sh @@ -81,7 +81,7 @@ if command -v pveversion >/dev/null 2>&1; then fi fi if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -f /etc/apt/sources.list.d/emqx_emqx.list ]]; then + if [[ ! -d /etc/pihole ]]; then msg_error "No ${APP} Installation Found!"; exit fi