Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pi-hole/pi-hole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Schaper <dan.schaper@pi-hole.net>2022-04-01 00:32:07 +0300
committerDan Schaper <dan.schaper@pi-hole.net>2022-04-01 00:32:07 +0300
commit7be457144c9fc2ed752ac4da9c17ca16be3c0655 (patch)
treee900287579cdca123d3ee630d00ce6c218f67b41
parentc2384ecc6f5bc55e4d00c37e56666e891c0d8f46 (diff)
Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
-rwxr-xr-xautomated install/basic-install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh
index 4c173d05..dafe67ac 100755
--- a/automated install/basic-install.sh
+++ b/automated install/basic-install.sh
@@ -1333,7 +1333,7 @@ installConfigs() {
install -D -m 644 -T ${PI_HOLE_LOCAL_REPO}/advanced/${LIGHTTPD_CFG} "${lighttpdConfig}"
# Make sure the external.conf file exists, as lighttpd v1.4.50 crashes without it
if [ ! -f /etc/lighttpd/external.conf ]; then
- install -m 644 /dev/null /etc/lighttpd/external.com
+ install -m 644 /dev/null /etc/lighttpd/external.conf
fi
# If there is a custom block page in the html/pihole directory, replace 404 handler in lighttpd config
if [[ -f "${PI_HOLE_BLOCKPAGE_DIR}/custom.php" ]]; then