mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2025-12-20 02:18:51 +00:00
/etc/pihole is already created within the Dockerfile
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user