add directory for new FTL socket

This commit is contained in:
diginc 2018-01-31 10:07:55 -06:00
parent b140aeb79d
commit 492b6f6402
1 changed files with 1 additions and 0 deletions

View File

@ -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'