From 492b6f64028cdde81cf6e6a4a08214f9aac2fe72 Mon Sep 17 00:00:00 2001 From: diginc Date: Wed, 31 Jan 2018 10:07:55 -0600 Subject: [PATCH] add directory for new FTL socket --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 9201a36..693c9bc 100755 --- a/install.sh +++ b/install.sh @@ -1,5 +1,6 @@ #!/bin/bash -ex mkdir -p /etc/pihole/ +mkdir -p /var/run/pihole export CORE_TAG='v3.2.1' export WEB_TAG='v3.2.1' export FTL_TAG='v2.13.2'