From c9e23f5a92b4187b21f424debbe6bcc6cf29df9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Mon, 30 Oct 2023 23:34:48 +0100 Subject: [PATCH] /etc/pihole is already created within the Dockerfile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- src/bash_functions.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bash_functions.sh b/src/bash_functions.sh index 0c69f51..61ccd11 100644 --- a/src/bash_functions.sh +++ b/src/bash_functions.sh @@ -43,7 +43,6 @@ ensure_basic_configuration() { touch /var/log/pihole/FTL.log /var/log/pihole/pihole.log chown -R pihole:pihole /var/run/pihole /var/log/pihole - mkdir -p /etc/pihole if [[ -z "${PYTEST}" ]]; then if [[ ! -f /etc/pihole/adlists.list ]]; then echo "https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts" >/etc/pihole/adlists.list