Changed wording.

Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
pull/2317/head
Dan Schaper 6 years ago
parent 06875f2cc9
commit 993beab3b7
No known key found for this signature in database
GPG Key ID: B4FF14C01CC08DC0

@ -1237,7 +1237,7 @@ installConfigs() {
echo -e " ${INFO} Installing configs from ${PI_HOLE_LOCAL_REPO}..."
# Make sure Pi-hole's config files are in place
version_check_dnsmasq
# Install template if it does not exist
# Install empty file if it does not exist
if [[ ! -f "${PI_HOLE_CONFIG_DIR}/pihole-FTL.conf" ]]; then
if ! install -o pihole -g pihole -m 664 /dev/null "${PI_HOLE_CONFIG_DIR}/pihole-FTL.conf" &>/dev/nul; then
echo -e " ${COL_LIGHT_RED}Error: Unable to initialize configuration file ${PI_HOLE_CONFIG_DIR}/pihole-FTL.conf"

Loading…
Cancel
Save